#335D16

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

Shades of Palm Leaf #335D16

Tints of Palm Leaf #335D16

Color information

#335D16 (or 0x335D16) is unknown color: approx Palm Leaf. HEX triplet: 33, 5D and 16. RGB value is (51,93,22). Sum of RGB (Red+Green+Blue) = 51+93+22=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #335D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335D16 is #CCA2E9. Grayscale: #484848. Windows color (decimal): -13411050 or 1465651. OLE color: 1465651.

HSL color Cylindrical-coordinate representation of color #335D16: hue angle of 95.49º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #335D16 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB519322-
CMYK0.4500.760.64
HSL95.49º61.74%22.55%-
HSV(B)95.49º76.34%36.47%-
XYZ5.428.592.13-
YUV72.3599.59112.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 93 (36.72% from 255) = 56.02%
BLUE value IS 22 (8.98% from 255) = 13.25%
R=30.72%
G=56.02%
B=13.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5193220.4500.760.6495.4961.7422.55
Hex335D162D04C405f3e17
Octal63135265501141001377627
Binary110011101110110110101101010011001000000101111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335D16; }

 p { color: rgb(51,93,22); }

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

<style>
 a { background-color: #335D16; }

 a { background-color: rgb(51,93,22); }

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

<style>
 span { border-color: #335D16; }

 span { border-color: rgb(51,93,22); }

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