#5A6260

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

Shades of Viridian Green #5A6260

Tints of Viridian Green #5A6260

Color information

#5A6260 (or 0x5A6260) is unknown color: approx Viridian Green. HEX triplet: 5A, 62 and 60. RGB value is (90,98,96). Sum of RGB (Red+Green+Blue) = 90+98+96=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6260 is #A59D9F. Grayscale: #5F5F5F. Windows color (decimal): -10853792 or 6316634. OLE color: 6316634.

HSL color Cylindrical-coordinate representation of color #5A6260: hue angle of 165º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5A6260 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB909896-
CMYK0.0800.020.62
HSL165º4.26%36.86%-
HSV(B)165º8.16%38.43%-
XYZ10.711.7512.77-
YUV95.38128.35124.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.69%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=31.69%
G=34.51%
B=33.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9098960.0800.020.621654.2636.86
Hex5A62608023Ea5425
Octal132142140100276245445
Binary101101011000101100000100001011111010100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,98,96); }

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

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

 a { background-color: rgb(90,98,96); }

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

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

 span { border-color: rgb(90,98,96); }

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