#37980D

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

Shades of La Palma #37980D

Tints of La Palma #37980D

Color information

#37980D (or 0x37980D) is unknown color: approx La Palma. HEX triplet: 37, 98 and 0D. RGB value is (55,152,13). Sum of RGB (Red+Green+Blue) = 55+152+13=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 152 (59.77% from 255 or 69.09% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 152 - color contains mainly: green. Hex color #37980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #37980D is #C867F2. Grayscale: #6B6B6B. Windows color (decimal): -13133811 or 890935. OLE color: 890935.

HSL color Cylindrical-coordinate representation of color #37980D: hue angle of 101.87º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37980D is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB5515213-
CMYK0.6400.910.40
HSL101.87º84.24%32.35%-
HSV(B)101.87º91.45%59.61%-
XYZ12.8823.34.2-
YUV107.1574.8690.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 152 (59.77% from 255) = 69.09%
BLUE value IS 13 (5.47% from 255) = 5.91%
R=25%
G=69.09%
B=5.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55152130.6400.910.40101.8784.2432.35
Hex3798D4005B28665420
Octal672301510001335014612440
Binary11011110011000110110000000101101110100011001101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37980D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37980D; }

 p { color: rgb(55,152,13); }

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

<style>
 a { background-color: #37980D; }

 a { background-color: rgb(55,152,13); }

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

<style>
 span { border-color: #37980D; }

 span { border-color: rgb(55,152,13); }

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