#616463

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

Shades of Viridian Green #616463

Tints of Viridian Green #616463

Color information

#616463 (or 0x616463) is unknown color: approx Viridian Green. HEX triplet: 61, 64 and 63. RGB value is (97,100,99). Sum of RGB (Red+Green+Blue) = 97+100+99=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 100 - color contains mainly: green. Hex color #616463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616463 is #9E9B9C. Grayscale: #626262. Windows color (decimal): -10394525 or 6513761. OLE color: 6513761.

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

Color convert

RGB9710099-
CMYK0.0300.010.61
HSL160º1.52%38.63%-
HSV(B)160º3%39.22%-
XYZ11.7412.5613.61-
YUV98.99128.01126.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.77%
GREEN value IS 100 (39.45% from 255) = 33.78%
BLUE value IS 99 (39.06% from 255) = 33.45%
R=32.77%
G=33.78%
B=33.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97100990.0300.010.611601.5238.63
Hex6164633013Da0227
Octal14114414330175240247
Binary11000011100100110001111011111011010000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616463; }

 p { color: rgb(97,100,99); }

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

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

 a { background-color: rgb(97,100,99); }

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

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

 span { border-color: rgb(97,100,99); }

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