#335D14

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

Shades of Palm Leaf #335D14

Tints of Palm Leaf #335D14

Color information

#335D14 (or 0x335D14) is unknown color: approx Palm Leaf. HEX triplet: 33, 5D and 14. RGB value is (51,93,20). Sum of RGB (Red+Green+Blue) = 51+93+20=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 93 (36.72% from 255 or 56.71% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 93 - color contains mainly: green. Hex color #335D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335D14 is #CCA2EB. Grayscale: #484848. Windows color (decimal): -13411052 or 1334579. OLE color: 1334579.

HSL color Cylindrical-coordinate representation of color #335D14: hue angle of 94.52º degrees, saturation: 0.65, 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 #335D14 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB519320-
CMYK0.4500.780.64
HSL94.52º64.6%22.16%-
HSV(B)94.52º78.49%36.47%-
XYZ5.418.582.03-
YUV72.1298.59112.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 93 (36.72% from 255) = 56.71%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=31.10%
G=56.71%
B=12.20%

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
Decimal5193200.4500.780.6494.5264.622.16
Hex335D142D04E405f4116
Octal631352455011610013710126
Binary1100111011101101001011010100111010000001011111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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