#55605D

Color #55605D Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #55605D

Tints of Viridian Green #55605D

Color information

#55605D (or 0x55605D) is unknown color: approx Viridian Green. HEX triplet: 55, 60 and 5D. RGB value is (85,96,93). Sum of RGB (Red+Green+Blue) = 85+96+93=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 96 - color contains mainly: green. Hex color #55605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55605D is #AA9FA2. Grayscale: #5C5C5C. Windows color (decimal): -11181987 or 6119509. OLE color: 6119509.

HSL color Cylindrical-coordinate representation of color #55605D: hue angle of 163.64º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55605D is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB859693-
CMYK0.1100.030.62
HSL163.64º6.08%35.49%-
HSV(B)163.64º11.46%37.65%-
XYZ9.911.0911.97-
YUV92.37128.36122.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=31.02%
G=35.04%
B=33.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596930.1100.030.62163.646.0835.49
Hex55605DB033Ea4623
Octal125140135130376244643
Binary101010111000001011101101101111111010100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55605D; }

 p { color: rgb(85,96,93); }

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

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

 a { background-color: rgb(85,96,93); }

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

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

 span { border-color: rgb(85,96,93); }

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