#335020

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

Shades of Palm Leaf #335020

Tints of Palm Leaf #335020

Color information

#335020 (or 0x335020) is unknown color: approx Palm Leaf. HEX triplet: 33, 50 and 20. RGB value is (51,80,32). Sum of RGB (Red+Green+Blue) = 51+80+32=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #335020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335020 is #CCAFDF. Grayscale: #424242. Windows color (decimal): -13414368 or 2117683. OLE color: 2117683.

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

Color convert

RGB518032-
CMYK0.3600.600.69
HSL96.25º42.86%21.96%-
HSV(B)96.25º60%31.37%-
XYZ4.496.552.39-
YUV65.86108.89117.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=31.29%
G=49.08%
B=19.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5180320.3600.600.6996.2542.8621.96
Hex3350202403C45602b16
Octal6312040440741051405326
Binary110011101000010000010010001111001000101110000010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335020; }

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

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

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

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

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

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

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

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