#355E37

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

Shades of Parsley #355E37

Tints of Parsley #355E37

Color information

#355E37 (or 0x355E37) is unknown color: approx Parsley. HEX triplet: 35, 5E and 37. RGB value is (53,94,55). Sum of RGB (Red+Green+Blue) = 53+94+55=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 94 - color contains mainly: green. Hex color #355E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355E37 is #CAA1C8. Grayscale: #4D4D4D. Windows color (decimal): -13279689 or 3628597. OLE color: 3628597.

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

Color convert

RGB539455-
CMYK0.4400.410.63
HSL122.93º27.89%28.82%-
HSV(B)122.93º43.62%36.86%-
XYZ6.169.045.03-
YUV77.29115.42110.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 94 (37.11% from 255) = 46.53%
BLUE value IS 55 (21.88% from 255) = 27.23%
R=26.24%
G=46.53%
B=27.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5394550.4400.410.63122.9327.8928.82
Hex355E372C0293F7b1c1d
Octal651366754051771733435
Binary1101011011110110111101100010100111111111110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,94,55); }

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

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

 a { background-color: rgb(53,94,55); }

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

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

 span { border-color: rgb(53,94,55); }

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