#37940F

Color #37940F La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #37940F

Tints of La Palma #37940F

Color information

#37940F (or 0x37940F) is unknown color: approx La Palma. HEX triplet: 37, 94 and 0F. RGB value is (55,148,15). Sum of RGB (Red+Green+Blue) = 55+148+15=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 148 (58.20% from 255 or 67.89% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 148 - color contains mainly: green. Hex color #37940F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #37940F is #C86BF0. Grayscale: #696969. Windows color (decimal): -13134833 or 1020983. OLE color: 1020983.

HSL color Cylindrical-coordinate representation of color #37940F: hue angle of 101.95º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37940F is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB5514815-
CMYK0.6300.900.42
HSL101.95º81.6%31.96%-
HSV(B)101.95º89.86%58.04%-
XYZ12.2522.034.06-
YUV105.0377.1992.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 148 (58.20% from 255) = 67.89%
BLUE value IS 15 (6.25% from 255) = 6.88%
R=25.23%
G=67.89%
B=6.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55148150.6300.900.42101.9581.631.96
Hex3794F3F05A2A665220
Octal67224177701325214612240
Binary1101111001010011111111110101101010101011001101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37940F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37940F; }

 p { color: rgb(55,148,15); }

 H1.HeaderClassName
 {
   color: #37940F;
 }
 .AnyTagClassName
 {
   color: #37940F;
 }
</style>
background-color css

<style>
 a { background-color: #37940F; }

 a { background-color: rgb(55,148,15); }

 div.DivClassName
 {
   background-color: #37940F;
 }
 .BgClassName
 {
   background-color: #37940F;
 }
</style>
border-color css

<style>
 span { border-color: #37940F; }

 span { border-color: rgb(55,148,15); }

 td.TdClassName
 {
   border-color: #37940F;
 }
 .TagClassName
 {
   border-color: #37940F;
 }
</style>