#355532

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

Shades of Parsley #355532

Tints of Parsley #355532

Color information

#355532 (or 0x355532) is unknown color: approx Parsley. HEX triplet: 35, 55 and 32. RGB value is (53,85,50). Sum of RGB (Red+Green+Blue) = 53+85+50=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #355532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355532 is #CAAACD. Grayscale: #474747. Windows color (decimal): -13281998 or 3298613. OLE color: 3298613.

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

Color convert

RGB538550-
CMYK0.3800.410.67
HSL114.86º25.93%26.47%-
HSV(B)114.86º41.18%33.33%-
XYZ5.297.484.18-
YUV71.44115.9114.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 50 (19.92% from 255) = 26.60%
R=28.19%
G=45.21%
B=26.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385500.3800.410.67114.8625.9326.47
Hex3555322602943731a1a
Octal6512562460511031633232
Binary11010110101011100101001100101001100001111100111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355532; }

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

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

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

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

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

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

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

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