#32541D

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

Shades of Palm Leaf #32541D

Tints of Palm Leaf #32541D

Color information

#32541D (or 0x32541D) is unknown color: approx Palm Leaf. HEX triplet: 32, 54 and 1D. RGB value is (50,84,29). Sum of RGB (Red+Green+Blue) = 50+84+29=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #32541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32541D is #CDABE2. Grayscale: #434343. Windows color (decimal): -13478883 or 1922098. OLE color: 1922098.

HSL color Cylindrical-coordinate representation of color #32541D: hue angle of 97.09º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32541D is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB508429-
CMYK0.4000.650.67
HSL97.09º48.67%22.16%-
HSV(B)97.09º65.48%32.94%-
XYZ4.717.112.29-
YUV67.56106.24115.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 84 (33.20% from 255) = 51.53%
BLUE value IS 29 (11.72% from 255) = 17.79%
R=30.67%
G=51.53%
B=17.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5084290.4000.650.6797.0948.6722.16
Hex32541D2804143613116
Octal62124355001011031416126
Binary110010101010011101101000010000011000011110000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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