#58605E

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

Shades of Viridian Green #58605E

Tints of Viridian Green #58605E

Color information

#58605E (or 0x58605E) is unknown color: approx Viridian Green. HEX triplet: 58, 60 and 5E. RGB value is (88,96,94). Sum of RGB (Red+Green+Blue) = 88+96+94=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 96 - color contains mainly: green. Hex color #58605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58605E is #A79FA1. Grayscale: #5D5D5D. Windows color (decimal): -10985378 or 6185048. OLE color: 6185048.

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

Color convert

RGB889694-
CMYK0.0800.020.62
HSL165º4.35%36.08%-
HSV(B)165º8.33%37.65%-
XYZ10.2311.2512.22-
YUV93.38128.35124.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.65%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=31.65%
G=34.53%
B=33.81%

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
Decimal8896940.0800.020.621654.3536.08
Hex58605E8023Ea5424
Octal130140136100276245444
Binary101100011000001011110100001011111010100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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