#32492A

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

Shades of Palm Leaf #32492A

Tints of Palm Leaf #32492A

Color information

#32492A (or 0x32492A) is unknown color: approx Palm Leaf. HEX triplet: 32, 49 and 2A. RGB value is (50,73,42). Sum of RGB (Red+Green+Blue) = 50+73+42=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #32492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32492A is #CDB6D5. Grayscale: #3E3E3E. Windows color (decimal): -13481686 or 2771250. OLE color: 2771250.

HSL color Cylindrical-coordinate representation of color #32492A: hue angle of 104.52º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #32492A is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB507342-
CMYK0.3200.420.71
HSL104.52º26.96%22.55%-
HSV(B)104.52º42.47%28.63%-
XYZ4.125.613.06-
YUV62.59116.38119.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 73 (28.91% from 255) = 44.24%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=30.30%
G=44.24%
B=25.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5073420.3200.420.71104.5226.9622.55
Hex32492A2002A47691b17
Octal6211152400521071513327
Binary11001010010011010101000000101010100011111010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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