#32412F

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

Shades of Palm Leaf #32412F

Tints of Palm Leaf #32412F

Color information

#32412F (or 0x32412F) is unknown color: approx Palm Leaf. HEX triplet: 32, 41 and 2F. RGB value is (50,65,47). Sum of RGB (Red+Green+Blue) = 50+65+47=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #32412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32412F is #CDBED0. Grayscale: #3A3A3A. Windows color (decimal): -13483729 or 3096882. OLE color: 3096882.

HSL color Cylindrical-coordinate representation of color #32412F: hue angle of 110º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #32412F is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB506547-
CMYK0.2300.280.75
HSL110º16.07%21.96%-
HSV(B)110º27.69%25.49%-
XYZ3.724.663.39-
YUV58.46121.53121.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.86%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 47 (18.75% from 255) = 29.01%
R=30.86%
G=40.12%
B=29.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5065470.2300.280.7511016.0721.96
Hex32412F1701C4B6e1016
Octal6210157270341131562026
Binary110010100000110111110111011100100101111011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32412F; }

 p { color: rgb(50,65,47); }

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

<style>
 a { background-color: #32412F; }

 a { background-color: rgb(50,65,47); }

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

<style>
 span { border-color: #32412F; }

 span { border-color: rgb(50,65,47); }

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