#335C1A

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

Shades of Palm Leaf #335C1A

Tints of Palm Leaf #335C1A

Color information

#335C1A (or 0x335C1A) is unknown color: approx Palm Leaf. HEX triplet: 33, 5C and 1A. RGB value is (51,92,26). Sum of RGB (Red+Green+Blue) = 51+92+26=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #335C1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335C1A is #CCA3E5. Grayscale: #484848. Windows color (decimal): -13411302 or 1727539. OLE color: 1727539.

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

Color convert

RGB519226-
CMYK0.4500.720.64
HSL97.27º55.93%23.14%-
HSV(B)97.27º71.74%36.08%-
XYZ5.388.432.32-
YUV72.22101.92112.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.18%
GREEN value IS 92 (36.33% from 255) = 54.44%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=30.18%
G=54.44%
B=15.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5192260.4500.720.6497.2755.9323.14
Hex335C1A2D04840613817
Octal63134325501101001417027
Binary110011101110011010101101010010001000000110000111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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