#335B1C

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

Shades of Palm Leaf #335B1C

Tints of Palm Leaf #335B1C

Color information

#335B1C (or 0x335B1C) is unknown color: approx Palm Leaf. HEX triplet: 33, 5B and 1C. RGB value is (51,91,28). Sum of RGB (Red+Green+Blue) = 51+91+28=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 91 (35.94% from 255 or 53.53% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 91 - color contains mainly: green. Hex color #335B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B1C is #CCA4E3. Grayscale: #484848. Windows color (decimal): -13411556 or 1858355. OLE color: 1858355.

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

Color convert

RGB519128-
CMYK0.4400.690.64
HSL98.1º52.94%23.33%-
HSV(B)98.1º69.23%35.69%-
XYZ5.328.272.41-
YUV71.86103.25113.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 91 (35.94% from 255) = 53.53%
BLUE value IS 28 (11.33% from 255) = 16.47%
R=30%
G=53.53%
B=16.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5191280.4400.690.6498.152.9423.33
Hex335B1C2C04540623517
Octal63133345401051001426527
Binary110011101101111100101100010001011000000110001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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