#32562C

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

Shades of Palm Leaf #32562C

Tints of Palm Leaf #32562C

Color information

#32562C (or 0x32562C) is unknown color: approx Palm Leaf. HEX triplet: 32, 56 and 2C. RGB value is (50,86,44). Sum of RGB (Red+Green+Blue) = 50+86+44=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #32562C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32562C is #CDA9D3. Grayscale: #464646. Windows color (decimal): -13478356 or 2905650. OLE color: 2905650.

HSL color Cylindrical-coordinate representation of color #32562C: hue angle of 111.43º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #32562C is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB508644-
CMYK0.4200.490.66
HSL111.43º32.31%25.49%-
HSV(B)111.43º48.84%33.73%-
XYZ5.17.523.56-
YUV70.45113.07113.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 86 (33.98% from 255) = 47.78%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=27.78%
G=47.78%
B=24.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5086440.4200.490.66111.4332.3125.49
Hex32562C2A031426f2019
Octal6212654520611021574031
Binary110010101011010110010101001100011000010110111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32562C; }

 p { color: rgb(50,86,44); }

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

<style>
 a { background-color: #32562C; }

 a { background-color: rgb(50,86,44); }

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

<style>
 span { border-color: #32562C; }

 span { border-color: rgb(50,86,44); }

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