#32551F

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

Shades of Palm Leaf #32551F

Tints of Palm Leaf #32551F

Color information

#32551F (or 0x32551F) is unknown color: approx Palm Leaf. HEX triplet: 32, 55 and 1F. RGB value is (50,85,31). Sum of RGB (Red+Green+Blue) = 50+85+31=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #32551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32551F is #CDAAE0. Grayscale: #444444. Windows color (decimal): -13478625 or 2053426. OLE color: 2053426.

HSL color Cylindrical-coordinate representation of color #32551F: hue angle of 98.89º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32551F is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB508531-
CMYK0.4100.640.67
HSL98.89º46.55%22.75%-
HSV(B)98.89º63.53%33.33%-
XYZ4.817.272.45-
YUV68.38106.9114.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.12%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=30.12%
G=51.20%
B=18.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085310.4100.640.6798.8946.5522.75
Hex32551F2904043632f17
Octal62125375101001031435727
Binary110010101010111111101001010000001000011110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32551F; }

 p { color: rgb(50,85,31); }

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

<style>
 a { background-color: #32551F; }

 a { background-color: rgb(50,85,31); }

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

<style>
 span { border-color: #32551F; }

 span { border-color: rgb(50,85,31); }

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