#5A6A63

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

Shades of Viridian Green #5A6A63

Tints of Viridian Green #5A6A63

Color information

#5A6A63 (or 0x5A6A63) is unknown color: approx Viridian Green. HEX triplet: 5A, 6A and 63. RGB value is (90,106,99). Sum of RGB (Red+Green+Blue) = 90+106+99=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6A63 is #A5959C. Grayscale: #646464. Windows color (decimal): -10851741 or 6515290. OLE color: 6515290.

HSL color Cylindrical-coordinate representation of color #5A6A63: hue angle of 153.75º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5A6A63 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB9010699-
CMYK0.1500.070.58
HSL153.75º8.16%38.43%-
HSV(B)153.75º15.09%41.57%-
XYZ11.6213.3813.77-
YUV100.42127.2120.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.51%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=30.51%
G=35.93%
B=33.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90106990.1500.070.58153.758.1638.43
Hex5A6A63F073A9a826
Octal1321521431707722321046
Binary10110101101010110001111110111111010100110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A6A63; }

 p { color: rgb(90,106,99); }

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

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

 a { background-color: rgb(90,106,99); }

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

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

 span { border-color: rgb(90,106,99); }

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