#32581B

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

Shades of Palm Leaf #32581B

Tints of Palm Leaf #32581B

Color information

#32581B (or 0x32581B) is unknown color: approx Palm Leaf. HEX triplet: 32, 58 and 1B. RGB value is (50,88,27). Sum of RGB (Red+Green+Blue) = 50+88+27=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #32581B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32581B is #CDA7E4. Grayscale: #454545. Windows color (decimal): -13477861 or 1792050. OLE color: 1792050.

HSL color Cylindrical-coordinate representation of color #32581B: hue angle of 97.38º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32581B is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB508827-
CMYK0.4300.690.65
HSL97.38º53.04%22.55%-
HSV(B)97.38º69.32%34.51%-
XYZ57.742.27-
YUV69.68103.91113.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 88 (34.77% from 255) = 53.33%
BLUE value IS 27 (10.94% from 255) = 16.36%
R=30.30%
G=53.33%
B=16.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088270.4300.690.6597.3853.0422.55
Hex32581B2B04541613517
Octal62130335301051011416527
Binary110010101100011011101011010001011000001110000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32581B; }

 p { color: rgb(50,88,27); }

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

<style>
 a { background-color: #32581B; }

 a { background-color: rgb(50,88,27); }

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

<style>
 span { border-color: #32581B; }

 span { border-color: rgb(50,88,27); }

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