#355735

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

Shades of Parsley #355735

Tints of Parsley #355735

Color information

#355735 (or 0x355735) is unknown color: approx Parsley. HEX triplet: 35, 57 and 35. RGB value is (53,87,53). Sum of RGB (Red+Green+Blue) = 53+87+53=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #355735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355735 is #CAA8CA. Grayscale: #494949. Windows color (decimal): -13281483 or 3495733. OLE color: 3495733.

HSL color Cylindrical-coordinate representation of color #355735: hue angle of 120º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #355735 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB538753-
CMYK0.3900.390.66
HSL120º24.29%27.45%-
HSV(B)120º39.08%34.12%-
XYZ5.527.834.59-
YUV72.96116.74113.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 87 (34.38% from 255) = 45.08%
BLUE value IS 53 (21.09% from 255) = 27.46%
R=27.46%
G=45.08%
B=27.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5387530.3900.390.6612024.2927.45
Hex355735270274278181b
Octal6512765470471021703033
Binary11010110101111101011001110100111100001011110001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355735; }

 p { color: rgb(53,87,53); }

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

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

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

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

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

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

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