#32472F

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

Shades of Palm Leaf #32472F

Tints of Palm Leaf #32472F

Color information

#32472F (or 0x32472F) is unknown color: approx Palm Leaf. HEX triplet: 32, 47 and 2F. RGB value is (50,71,47). Sum of RGB (Red+Green+Blue) = 50+71+47=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #32472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32472F is #CDB8D0. Grayscale: #3E3E3E. Windows color (decimal): -13482193 or 3098418. OLE color: 3098418.

HSL color Cylindrical-coordinate representation of color #32472F: hue angle of 112.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #32472F is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB507147-
CMYK0.3000.340.72
HSL112.5º20.34%23.14%-
HSV(B)112.5º33.8%27.84%-
XYZ4.085.393.51-
YUV61.98119.54119.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 71 (28.12% from 255) = 42.26%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=29.76%
G=42.26%
B=27.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5071470.3000.340.72112.520.3423.14
Hex32472F1E02248701417
Octal6210757360421101602427
Binary1100101000111101111111100100010100100011100001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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