#355536

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

Shades of Parsley #355536

Tints of Parsley #355536

Color information

#355536 (or 0x355536) is unknown color: approx Parsley. HEX triplet: 35, 55 and 36. RGB value is (53,85,54). Sum of RGB (Red+Green+Blue) = 53+85+54=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #355536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355536 is #CAAAC9. Grayscale: #474747. Windows color (decimal): -13281994 or 3560757. OLE color: 3560757.

HSL color Cylindrical-coordinate representation of color #355536: hue angle of 121.88º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355536 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB538554-
CMYK0.3800.360.67
HSL121.88º23.19%27.06%-
HSV(B)121.88º37.65%33.33%-
XYZ5.387.524.66-
YUV71.9117.9114.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 54 (21.48% from 255) = 28.12%
R=27.60%
G=44.27%
B=28.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385540.3800.360.67121.8823.1927.06
Hex35553626024437a171b
Octal6512566460441031722733
Binary11010110101011101101001100100100100001111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355536; }

 p { color: rgb(53,85,54); }

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

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

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

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

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

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

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