#37532D

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

Shades of Palm Leaf #37532D

Tints of Palm Leaf #37532D

Color information

#37532D (or 0x37532D) is unknown color: approx Palm Leaf. HEX triplet: 37, 53 and 2D. RGB value is (55,83,45). Sum of RGB (Red+Green+Blue) = 55+83+45=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #37532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37532D is #C8ACD2. Grayscale: #464646. Windows color (decimal): -13151443 or 2970423. OLE color: 2970423.

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

Color convert

RGB558345-
CMYK0.3400.460.67
HSL104.21º29.69%25.1%-
HSV(B)104.21º45.78%32.55%-
XYZ5.147.193.6-
YUV70.3113.72117.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=30.05%
G=45.36%
B=24.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5583450.3400.460.67104.2129.6925.1
Hex37532D2202E43681e19
Octal6712355420561031503631
Binary11011110100111011011000100101110100001111010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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