#32501C

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

Shades of Palm Leaf #32501C

Tints of Palm Leaf #32501C

Color information

#32501C (or 0x32501C) is unknown color: approx Palm Leaf. HEX triplet: 32, 50 and 1C. RGB value is (50,80,28). Sum of RGB (Red+Green+Blue) = 50+80+28=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #32501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32501C is #CDAFE3. Grayscale: #414141. Windows color (decimal): -13479908 or 1855538. OLE color: 1855538.

HSL color Cylindrical-coordinate representation of color #32501C: hue angle of 94.62º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32501C is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB508028-
CMYK0.3700.650.69
HSL94.62º48.15%21.18%-
HSV(B)94.62º65%31.37%-
XYZ4.396.52.12-
YUV65.1107.06117.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.65%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=31.65%
G=50.63%
B=17.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5080280.3700.650.6994.6248.1521.18
Hex32501C25041455f3015
Octal62120344501011051376025
Binary110010101000011100100101010000011000101101111111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32501C; }

 p { color: rgb(50,80,28); }

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

<style>
 a { background-color: #32501C; }

 a { background-color: rgb(50,80,28); }

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

<style>
 span { border-color: #32501C; }

 span { border-color: rgb(50,80,28); }

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