#335120

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

Shades of Palm Leaf #335120

Tints of Palm Leaf #335120

Color information

#335120 (or 0x335120) is unknown color: approx Palm Leaf. HEX triplet: 33, 51 and 20. RGB value is (51,81,32). Sum of RGB (Red+Green+Blue) = 51+81+32=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #335120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335120 is #CCAEDF. Grayscale: #424242. Windows color (decimal): -13414112 or 2117939. OLE color: 2117939.

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

Color convert

RGB518132-
CMYK0.3700.600.68
HSL96.73º43.36%22.16%-
HSV(B)96.73º60.49%31.76%-
XYZ4.576.692.42-
YUV66.44108.56116.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 81 (32.03% from 255) = 49.39%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=31.10%
G=49.39%
B=19.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5181320.3700.600.6896.7343.3622.16
Hex3351202503C44612b16
Octal6312140450741041415326
Binary110011101000110000010010101111001000100110000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335120; }

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

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

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

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

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

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

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

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