#37532A

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

Shades of Palm Leaf #37532A

Tints of Palm Leaf #37532A

Color information

#37532A (or 0x37532A) is unknown color: approx Palm Leaf. HEX triplet: 37, 53 and 2A. RGB value is (55,83,42). Sum of RGB (Red+Green+Blue) = 55+83+42=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #37532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37532A is #C8ACD5. Grayscale: #464646. Windows color (decimal): -13151446 or 2773815. OLE color: 2773815.

HSL color Cylindrical-coordinate representation of color #37532A: hue angle of 100.98º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37532A is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB558342-
CMYK0.3400.490.67
HSL100.98º32.8%24.51%-
HSV(B)100.98º49.4%32.55%-
XYZ5.097.173.31-
YUV69.95112.22117.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 83 (32.81% from 255) = 46.11%
BLUE value IS 42 (16.80% from 255) = 23.33%
R=30.56%
G=46.11%
B=23.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5583420.3400.490.67100.9832.824.51
Hex37532A2203143652119
Octal6712352420611031454131
Binary110111101001110101010001001100011000011110010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37532A; }

 p { color: rgb(55,83,42); }

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

<style>
 a { background-color: #37532A; }

 a { background-color: rgb(55,83,42); }

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

<style>
 span { border-color: #37532A; }

 span { border-color: rgb(55,83,42); }

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