#355A34

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

Shades of Parsley #355A34

Tints of Parsley #355A34

Color information

#355A34 (or 0x355A34) is unknown color: approx Parsley. HEX triplet: 35, 5A and 34. RGB value is (53,90,52). Sum of RGB (Red+Green+Blue) = 53+90+52=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #355A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A34 is #CAA5CB. Grayscale: #4A4A4A. Windows color (decimal): -13280716 or 3430965. OLE color: 3430965.

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

Color convert

RGB539052-
CMYK0.4100.420.65
HSL118.42º26.76%27.84%-
HSV(B)118.42º42.22%35.29%-
XYZ5.748.324.55-
YUV74.6115.24112.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 90 (35.55% from 255) = 46.15%
BLUE value IS 52 (20.70% from 255) = 26.67%
R=27.18%
G=46.15%
B=26.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5390520.4100.420.65118.4226.7627.84
Hex355A342902A41761b1c
Octal6513264510521011663334
Binary11010110110101101001010010101010100000111101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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