#335C13

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

Shades of Palm Leaf #335C13

Tints of Palm Leaf #335C13

Color information

#335C13 (or 0x335C13) is unknown color: approx Palm Leaf. HEX triplet: 33, 5C and 13. RGB value is (51,92,19). Sum of RGB (Red+Green+Blue) = 51+92+19=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #335C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335C13 is #CCA3EC. Grayscale: #474747. Windows color (decimal): -13411309 or 1268787. OLE color: 1268787.

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

Color convert

RGB519219-
CMYK0.4500.790.64
HSL93.7º65.77%21.76%-
HSV(B)93.7º79.35%36.08%-
XYZ5.318.411.96-
YUV71.4298.42113.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.48%
GREEN value IS 92 (36.33% from 255) = 56.79%
BLUE value IS 19 (7.81% from 255) = 11.73%
R=31.48%
G=56.79%
B=11.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5192190.4500.790.6493.765.7721.76
Hex335C132D04F405e4216
Octal631342355011710013610226
Binary1100111011100100111011010100111110000001011110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,92,19); }

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

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

 a { background-color: rgb(51,92,19); }

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

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

 span { border-color: rgb(51,92,19); }

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