#335B19

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

Shades of Palm Leaf #335B19

Tints of Palm Leaf #335B19

Color information

#335B19 (or 0x335B19) is unknown color: approx Palm Leaf. HEX triplet: 33, 5B and 19. RGB value is (51,91,25). Sum of RGB (Red+Green+Blue) = 51+91+25=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 91 (35.94% from 255 or 54.49% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 91 - color contains mainly: green. Hex color #335B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335B19 is #CCA4E6. Grayscale: #474747. Windows color (decimal): -13411559 or 1661747. OLE color: 1661747.

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

Color convert

RGB519125-
CMYK0.4400.730.64
HSL96.36º56.9%22.75%-
HSV(B)96.36º72.53%35.69%-
XYZ5.288.262.23-
YUV71.52101.75113.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.54%
GREEN value IS 91 (35.94% from 255) = 54.49%
BLUE value IS 25 (10.16% from 255) = 14.97%
R=30.54%
G=54.49%
B=14.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5191250.4400.730.6496.3656.922.75
Hex335B192C04940603917
Octal63133315401111001407127
Binary110011101101111001101100010010011000000110000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,91,25); }

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

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

 a { background-color: rgb(51,91,25); }

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

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

 span { border-color: rgb(51,91,25); }

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