#355636

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

Shades of Parsley #355636

Tints of Parsley #355636

Color information

#355636 (or 0x355636) is unknown color: approx Parsley. HEX triplet: 35, 56 and 36. RGB value is (53,86,54). Sum of RGB (Red+Green+Blue) = 53+86+54=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #355636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355636 is #CAA9C9. Grayscale: #484848. Windows color (decimal): -13281738 or 3561013. OLE color: 3561013.

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

Color convert

RGB538654-
CMYK0.3800.370.66
HSL121.82º23.74%27.25%-
HSV(B)121.82º38.37%33.73%-
XYZ5.467.684.68-
YUV72.48117.57114.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 86 (33.98% from 255) = 44.56%
BLUE value IS 54 (21.48% from 255) = 27.98%
R=27.46%
G=44.56%
B=27.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5386540.3800.370.66121.8223.7427.25
Hex35563626025427a181b
Octal6512666460451021723033
Binary11010110101101101101001100100101100001011110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355636; }

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

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

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

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

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

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

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

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