#32541A

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

Shades of Palm Leaf #32541A

Tints of Palm Leaf #32541A

Color information

#32541A (or 0x32541A) is unknown color: approx Palm Leaf. HEX triplet: 32, 54 and 1A. RGB value is (50,84,26). Sum of RGB (Red+Green+Blue) = 50+84+26=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #32541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32541A is #CDABE5. Grayscale: #434343. Windows color (decimal): -13478886 or 1725490. OLE color: 1725490.

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

Color convert

RGB508426-
CMYK0.4000.690.67
HSL95.17º52.73%21.57%-
HSV(B)95.17º69.05%32.94%-
XYZ4.677.092.1-
YUV67.22104.74115.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.25%
GREEN value IS 84 (33.20% from 255) = 52.5%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=31.25%
G=52.5%
B=16.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5084260.4000.690.6795.1752.7321.57
Hex32541A28045435f3516
Octal62124325001051031376526
Binary110010101010011010101000010001011000011101111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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