#32521D

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

Shades of Palm Leaf #32521D

Tints of Palm Leaf #32521D

Color information

#32521D (or 0x32521D) is unknown color: approx Palm Leaf. HEX triplet: 32, 52 and 1D. RGB value is (50,82,29). Sum of RGB (Red+Green+Blue) = 50+82+29=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #32521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32521D is #CDADE2. Grayscale: #424242. Windows color (decimal): -13479395 or 1921586. OLE color: 1921586.

HSL color Cylindrical-coordinate representation of color #32521D: hue angle of 96.23º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32521D is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB508229-
CMYK0.3900.650.68
HSL96.23º47.75%21.76%-
HSV(B)96.23º64.63%32.16%-
XYZ4.556.82.24-
YUV66.39106.9116.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.06%
GREEN value IS 82 (32.42% from 255) = 50.93%
BLUE value IS 29 (11.72% from 255) = 18.01%
R=31.06%
G=50.93%
B=18.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082290.3900.650.6896.2347.7521.76
Hex32521D2704144603016
Octal62122354701011041406026
Binary110010101001011101100111010000011000100110000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32521D; }

 p { color: rgb(50,82,29); }

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

<style>
 a { background-color: #32521D; }

 a { background-color: rgb(50,82,29); }

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

<style>
 span { border-color: #32521D; }

 span { border-color: rgb(50,82,29); }

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