#5A625F

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

Shades of Viridian Green #5A625F

Tints of Viridian Green #5A625F

Color information

#5A625F (or 0x5A625F) is unknown color: approx Viridian Green. HEX triplet: 5A, 62 and 5F. RGB value is (90,98,95). Sum of RGB (Red+Green+Blue) = 90+98+95=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 98 - color contains mainly: green. Hex color #5A625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A625F is #A59DA0. Grayscale: #5F5F5F. Windows color (decimal): -10853793 or 6251098. OLE color: 6251098.

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

Color convert

RGB909895-
CMYK0.0800.030.62
HSL157.5º4.26%36.86%-
HSV(B)157.5º8.16%38.43%-
XYZ10.6511.7412.53-
YUV95.27127.85124.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=31.80%
G=34.63%
B=33.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9098950.0800.030.62157.54.2636.86
Hex5A625F8033E9d425
Octal132142137100376235445
Binary101101011000101011111100001111111010011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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