#5A6A62

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

Shades of Viridian Green #5A6A62

Tints of Viridian Green #5A6A62

Color information

#5A6A62 (or 0x5A6A62) is unknown color: approx Viridian Green. HEX triplet: 5A, 6A and 62. RGB value is (90,106,98). Sum of RGB (Red+Green+Blue) = 90+106+98=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6A62 is #A5959D. Grayscale: #646464. Windows color (decimal): -10851742 or 6449754. OLE color: 6449754.

HSL color Cylindrical-coordinate representation of color #5A6A62: hue angle of 150º 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 #5A6A62 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB9010698-
CMYK0.1500.080.58
HSL150º8.16%38.43%-
HSV(B)150º15.09%41.57%-
XYZ11.5813.3613.52-
YUV100.3126.7120.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.61%
GREEN value IS 106 (41.80% from 255) = 36.05%
BLUE value IS 98 (38.67% from 255) = 33.33%
R=30.61%
G=36.05%
B=33.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90106980.1500.080.581508.1638.43
Hex5A6A62F083A96826
Octal13215214217010722261046
Binary101101011010101100010111101000111010100101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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