#355A1B

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

Shades of Palm Leaf #355A1B

Tints of Palm Leaf #355A1B

Color information

#355A1B (or 0x355A1B) is unknown color: approx Palm Leaf. HEX triplet: 35, 5A and 1B. RGB value is (53,90,27). Sum of RGB (Red+Green+Blue) = 53+90+27=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #355A1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A1B is #CAA5E4. Grayscale: #474747. Windows color (decimal): -13280741 or 1792565. OLE color: 1792565.

HSL color Cylindrical-coordinate representation of color #355A1B: hue angle of 95.24º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #355A1B is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB539027-
CMYK0.4100.700.65
HSL95.24º53.85%22.94%-
HSV(B)95.24º70%35.29%-
XYZ5.328.152.33-
YUV71.76102.74114.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.18%
GREEN value IS 90 (35.55% from 255) = 52.94%
BLUE value IS 27 (10.94% from 255) = 15.88%
R=31.18%
G=52.94%
B=15.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5390270.4100.700.6595.2453.8522.94
Hex355A1B29046415f3617
Octal65132335101061011376627
Binary110101101101011011101001010001101000001101111111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355A1B; }

 p { color: rgb(53,90,27); }

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

<style>
 a { background-color: #355A1B; }

 a { background-color: rgb(53,90,27); }

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

<style>
 span { border-color: #355A1B; }

 span { border-color: rgb(53,90,27); }

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