#335C14

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

Shades of Palm Leaf #335C14

Tints of Palm Leaf #335C14

Color information

#335C14 (or 0x335C14) is unknown color: approx Palm Leaf. HEX triplet: 33, 5C and 14. RGB value is (51,92,20). Sum of RGB (Red+Green+Blue) = 51+92+20=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 92 (36.33% from 255 or 56.44% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 92 - color contains mainly: green. Hex color #335C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335C14 is #CCA3EB. Grayscale: #474747. Windows color (decimal): -13411308 or 1334323. OLE color: 1334323.

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

Color convert

RGB519220-
CMYK0.4500.780.64
HSL94.17º64.29%21.96%-
HSV(B)94.17º78.26%36.08%-
XYZ5.328.412-
YUV71.5398.92113.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 92 (36.33% from 255) = 56.44%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=31.29%
G=56.44%
B=12.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5192200.4500.780.6494.1764.2921.96
Hex335C142D04E405e4016
Octal631342455011610013610026
Binary1100111011100101001011010100111010000001011110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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