#355A20

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

Shades of Palm Leaf #355A20

Tints of Palm Leaf #355A20

Color information

#355A20 (or 0x355A20) is unknown color: approx Palm Leaf. HEX triplet: 35, 5A and 20. RGB value is (53,90,32). Sum of RGB (Red+Green+Blue) = 53+90+32=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #355A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A20 is #CAA5DF. Grayscale: #484848. Windows color (decimal): -13280736 or 2120245. OLE color: 2120245.

HSL color Cylindrical-coordinate representation of color #355A20: hue angle of 98.28º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355A20 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB539032-
CMYK0.4100.640.65
HSL98.28º47.54%23.92%-
HSV(B)98.28º64.44%35.29%-
XYZ5.398.172.66-
YUV72.32105.24114.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 90 (35.55% from 255) = 51.43%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=30.29%
G=51.43%
B=18.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5390320.4100.640.6598.2847.5423.92
Hex355A202904041623018
Octal65132405101001011426030
Binary1101011011010100000101001010000001000001110001011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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