#37970C

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

Shades of La Palma #37970C

Tints of La Palma #37970C

Color information

#37970C (or 0x37970C) is unknown color: approx La Palma. HEX triplet: 37, 97 and 0C. RGB value is (55,151,12). Sum of RGB (Red+Green+Blue) = 55+151+12=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 151 (59.38% from 255 or 69.27% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 151 - color contains mainly: green. Hex color #37970C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #37970C is #C868F3. Grayscale: #6A6A6A. Windows color (decimal): -13134068 or 825143. OLE color: 825143.

HSL color Cylindrical-coordinate representation of color #37970C: hue angle of 101.44º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37970C is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB5515112-
CMYK0.6400.920.41
HSL101.44º85.28%31.96%-
HSV(B)101.44º92.05%59.22%-
XYZ12.7122.974.11-
YUV106.4574.791.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 151 (59.38% from 255) = 69.27%
BLUE value IS 12 (5.08% from 255) = 5.50%
R=25.23%
G=69.27%
B=5.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal55151120.6400.920.41101.4485.2831.96
Hex3797C4005C29655520
Octal672271410001345114512540
Binary11011110010111110010000000101110010100111001011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37970C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37970C; }

 p { color: rgb(55,151,12); }

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

<style>
 a { background-color: #37970C; }

 a { background-color: rgb(55,151,12); }

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

<style>
 span { border-color: #37970C; }

 span { border-color: rgb(55,151,12); }

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