#58605D

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

Shades of Viridian Green #58605D

Tints of Viridian Green #58605D

Color information

#58605D (or 0x58605D) is unknown color: approx Viridian Green. HEX triplet: 58, 60 and 5D. RGB value is (88,96,93). Sum of RGB (Red+Green+Blue) = 88+96+93=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 96 - color contains mainly: green. Hex color #58605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58605D is #A79FA2. Grayscale: #5D5D5D. Windows color (decimal): -10985379 or 6119512. OLE color: 6119512.

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

Color convert

RGB889693-
CMYK0.0800.030.62
HSL157.5º4.35%36.08%-
HSV(B)157.5º8.33%37.65%-
XYZ10.1811.2311.99-
YUV93.27127.85124.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=31.77%
G=34.66%
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
Decimal8896930.0800.030.62157.54.3536.08
Hex58605D8033E9d424
Octal130140135100376235444
Binary101100011000001011101100001111111010011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58605D; }

 p { color: rgb(88,96,93); }

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

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

 a { background-color: rgb(88,96,93); }

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

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

 span { border-color: rgb(88,96,93); }

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