#37502B

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

Shades of Palm Leaf #37502B

Tints of Palm Leaf #37502B

Color information

#37502B (or 0x37502B) is unknown color: approx Palm Leaf. HEX triplet: 37, 50 and 2B. RGB value is (55,80,43). Sum of RGB (Red+Green+Blue) = 55+80+43=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #37502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37502B is #C8AFD4. Grayscale: #444444. Windows color (decimal): -13152213 or 2838583. OLE color: 2838583.

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

Color convert

RGB558043-
CMYK0.3100.460.69
HSL100.54º30.08%24.12%-
HSV(B)100.54º46.25%31.37%-
XYZ4.886.723.33-
YUV68.31113.72118.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.90%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=30.90%
G=44.94%
B=24.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580430.3100.460.69100.5430.0824.12
Hex37502B1F02E45651e18
Octal6712053370561051453630
Binary1101111010000101011111110101110100010111001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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