#55605B

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

Shades of Viridian Green #55605B

Tints of Viridian Green #55605B

Color information

#55605B (or 0x55605B) is unknown color: approx Viridian Green. HEX triplet: 55, 60 and 5B. RGB value is (85,96,91). Sum of RGB (Red+Green+Blue) = 85+96+91=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 96 - color contains mainly: green. Hex color #55605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55605B is #AA9FA4. Grayscale: #5C5C5C. Windows color (decimal): -11181989 or 5988437. OLE color: 5988437.

HSL color Cylindrical-coordinate representation of color #55605B: hue angle of 152.73º 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 #55605B is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB859691-
CMYK0.1100.050.62
HSL152.73º6.08%35.49%-
HSV(B)152.73º11.46%37.65%-
XYZ9.8211.0511.51-
YUV92.14127.36122.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=31.25%
G=35.29%
B=33.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596910.1100.050.62152.736.0835.49
Hex55605BB053E99623
Octal125140133130576231643
Binary1010101110000010110111011010111111010011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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