#37512E

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

Shades of Palm Leaf #37512E

Tints of Palm Leaf #37512E

Color information

#37512E (or 0x37512E) is unknown color: approx Palm Leaf. HEX triplet: 37, 51 and 2E. RGB value is (55,81,46). Sum of RGB (Red+Green+Blue) = 55+81+46=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #37512E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37512E is #C8AED1. Grayscale: #454545. Windows color (decimal): -13151954 or 3035447. OLE color: 3035447.

HSL color Cylindrical-coordinate representation of color #37512E: hue angle of 104.57º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #37512E is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB558146-
CMYK0.3200.430.68
HSL104.57º27.56%24.9%-
HSV(B)104.57º43.21%31.76%-
XYZ5.016.893.65-
YUV69.24114.89117.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=30.22%
G=44.51%
B=25.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5581460.3200.430.68104.5727.5624.9
Hex37512E2002B44691c19
Octal6712156400531041513431
Binary11011110100011011101000000101011100010011010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37512E; }

 p { color: rgb(55,81,46); }

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

<style>
 a { background-color: #37512E; }

 a { background-color: rgb(55,81,46); }

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

<style>
 span { border-color: #37512E; }

 span { border-color: rgb(55,81,46); }

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