#355537

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

Shades of Parsley #355537

Tints of Parsley #355537

Color information

#355537 (or 0x355537) is unknown color: approx Parsley. HEX triplet: 35, 55 and 37. RGB value is (53,85,55). Sum of RGB (Red+Green+Blue) = 53+85+55=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #355537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355537 is #CAAAC8. Grayscale: #484848. Windows color (decimal): -13281993 or 3626293. OLE color: 3626293.

HSL color Cylindrical-coordinate representation of color #355537: hue angle of 123.75º 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 #355537 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB538555-
CMYK0.3800.350.67
HSL123.75º23.19%27.06%-
HSV(B)123.75º37.65%33.33%-
XYZ5.417.534.78-
YUV72.01118.4114.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 55 (21.88% from 255) = 28.50%
R=27.46%
G=44.04%
B=28.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385550.3800.350.67123.7523.1927.06
Hex35553726023437c171b
Octal6512567460431031742733
Binary11010110101011101111001100100011100001111111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355537; }

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

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

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

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

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

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

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

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