#33501E

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

Shades of Palm Leaf #33501E

Tints of Palm Leaf #33501E

Color information

#33501E (or 0x33501E) is unknown color: approx Palm Leaf. HEX triplet: 33, 50 and 1E. RGB value is (51,80,30). Sum of RGB (Red+Green+Blue) = 51+80+30=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #33501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33501E is #CCAFE1. Grayscale: #414141. Windows color (decimal): -13414370 or 1986611. OLE color: 1986611.

HSL color Cylindrical-coordinate representation of color #33501E: hue angle of 94.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33501E is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB518030-
CMYK0.3600.620.69
HSL94.8º45.45%21.57%-
HSV(B)94.8º62.5%31.37%-
XYZ4.476.532.25-
YUV65.63107.89117.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.68%
GREEN value IS 80 (31.64% from 255) = 49.69%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=31.68%
G=49.69%
B=18.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5180300.3600.620.6994.845.4521.57
Hex33501E2403E455f2d16
Octal6312036440761051375526
Binary11001110100001111010010001111101000101101111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33501E; }

 p { color: rgb(51,80,30); }

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

<style>
 a { background-color: #33501E; }

 a { background-color: rgb(51,80,30); }

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

<style>
 span { border-color: #33501E; }

 span { border-color: rgb(51,80,30); }

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