#37502F

Color #37502F Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #37502F

Tints of Palm Leaf #37502F

Color information

#37502F (or 0x37502F) is unknown color: approx Palm Leaf. HEX triplet: 37, 50 and 2F. RGB value is (55,80,47). Sum of RGB (Red+Green+Blue) = 55+80+47=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #37502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37502F is #C8AFD0. Grayscale: #444444. Windows color (decimal): -13152209 or 3100727. OLE color: 3100727.

HSL color Cylindrical-coordinate representation of color #37502F: hue angle of 105.45º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #37502F is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB558047-
CMYK0.3100.410.69
HSL105.45º25.98%24.9%-
HSV(B)105.45º41.25%31.37%-
XYZ4.966.753.73-
YUV68.76115.72118.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 47 (18.75% from 255) = 25.82%
R=30.22%
G=43.96%
B=25.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580470.3100.410.69105.4525.9824.9
Hex37502F1F02945691a19
Octal6712057370511051513231
Binary1101111010000101111111110101001100010111010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,80,47); }

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

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

 a { background-color: rgb(55,80,47); }

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

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

 span { border-color: rgb(55,80,47); }

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