#32452E

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

Shades of Palm Leaf #32452E

Tints of Palm Leaf #32452E

Color information

#32452E (or 0x32452E) is unknown color: approx Palm Leaf. HEX triplet: 32, 45 and 2E. RGB value is (50,69,46). Sum of RGB (Red+Green+Blue) = 50+69+46=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #32452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32452E is #CDBAD1. Grayscale: #3C3C3C. Windows color (decimal): -13482706 or 3032370. OLE color: 3032370.

HSL color Cylindrical-coordinate representation of color #32452E: hue angle of 109.57º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #32452E is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB506946-
CMYK0.2800.330.73
HSL109.57º20%22.55%-
HSV(B)109.57º33.33%27.06%-
XYZ3.945.133.37-
YUV60.7119.71120.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=30.30%
G=41.82%
B=27.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5069460.2800.330.73109.572022.55
Hex32452E1C021496e1417
Octal6210556340411111562427
Binary1100101000101101110111000100001100100111011101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32452E; }

 p { color: rgb(50,69,46); }

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

<style>
 a { background-color: #32452E; }

 a { background-color: rgb(50,69,46); }

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

<style>
 span { border-color: #32452E; }

 span { border-color: rgb(50,69,46); }

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