#606563

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

Shades of Viridian Green #606563

Tints of Viridian Green #606563

Color information

#606563 (or 0x606563) is unknown color: approx Viridian Green. HEX triplet: 60, 65 and 63. RGB value is (96,101,99). Sum of RGB (Red+Green+Blue) = 96+101+99=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 101 - color contains mainly: green. Hex color #606563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606563 is #9F9A9C. Grayscale: #636363. Windows color (decimal): -10459805 or 6514016. OLE color: 6514016.

HSL color Cylindrical-coordinate representation of color #606563: hue angle of 156º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #606563 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB9610199-
CMYK0.0500.020.60
HSL156º2.54%38.63%-
HSV(B)156º4.95%39.61%-
XYZ11.7312.713.64-
YUV99.28127.84125.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 99 (39.06% from 255) = 33.45%
R=32.43%
G=34.12%
B=33.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96101990.0500.020.601562.5438.63
Hex6065635023C9c327
Octal14014514350274234347
Binary1100000110010111000111010101111001001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606563; }

 p { color: rgb(96,101,99); }

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

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

 a { background-color: rgb(96,101,99); }

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

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

 span { border-color: rgb(96,101,99); }

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