#355A32

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

Shades of Parsley #355A32

Tints of Parsley #355A32

Color information

#355A32 (or 0x355A32) is unknown color: approx Parsley. HEX triplet: 35, 5A and 32. RGB value is (53,90,50). Sum of RGB (Red+Green+Blue) = 53+90+50=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #355A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A32 is #CAA5CD. Grayscale: #4A4A4A. Windows color (decimal): -13280718 or 3299893. OLE color: 3299893.

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

Color convert

RGB539050-
CMYK0.4100.440.65
HSL115.5º28.57%27.45%-
HSV(B)115.5º44.44%35.29%-
XYZ5.78.34.32-
YUV74.38114.24112.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 90 (35.55% from 255) = 46.63%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=27.46%
G=46.63%
B=25.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5390500.4100.440.65115.528.5727.45
Hex355A322902C41741d1b
Octal6513262510541011643533
Binary11010110110101100101010010101100100000111101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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