#32552D

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

Shades of Palm Leaf #32552D

Tints of Palm Leaf #32552D

Color information

#32552D (or 0x32552D) is unknown color: approx Palm Leaf. HEX triplet: 32, 55 and 2D. RGB value is (50,85,45). Sum of RGB (Red+Green+Blue) = 50+85+45=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #32552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32552D is #CDAAD2. Grayscale: #464646. Windows color (decimal): -13478611 or 2970930. OLE color: 2970930.

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

Color convert

RGB508545-
CMYK0.4100.470.67
HSL112.5º30.77%25.49%-
HSV(B)112.5º47.06%33.33%-
XYZ5.047.363.64-
YUV69.97113.9113.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 45 (17.97% from 255) = 25%
R=27.78%
G=47.22%
B=25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085450.4100.470.67112.530.7725.49
Hex32552D2902F43701f19
Octal6212555510571031603731
Binary11001010101011011011010010101111100001111100001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,85,45); }

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

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

 a { background-color: rgb(50,85,45); }

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

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

 span { border-color: rgb(50,85,45); }

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