#32472A

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

Shades of Palm Leaf #32472A

Tints of Palm Leaf #32472A

Color information

#32472A (or 0x32472A) is unknown color: approx Palm Leaf. HEX triplet: 32, 47 and 2A. RGB value is (50,71,42). Sum of RGB (Red+Green+Blue) = 50+71+42=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #32472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32472A is #CDB8D5. Grayscale: #3D3D3D. Windows color (decimal): -13482198 or 2770738. OLE color: 2770738.

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

Color convert

RGB507142-
CMYK0.3000.410.72
HSL103.45º25.66%22.16%-
HSV(B)103.45º40.85%27.84%-
XYZ3.995.353.01-
YUV61.41117.04119.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 71 (28.12% from 255) = 43.56%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=30.67%
G=43.56%
B=25.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5071420.3000.410.72103.4525.6622.16
Hex32472A1E02948671a16
Octal6210752360511101473226
Binary1100101000111101010111100101001100100011001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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