#58615F

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

Shades of Viridian Green #58615F

Tints of Viridian Green #58615F

Color information

#58615F (or 0x58615F) is unknown color: approx Viridian Green. HEX triplet: 58, 61 and 5F. RGB value is (88,97,95). Sum of RGB (Red+Green+Blue) = 88+97+95=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 97 - color contains mainly: green. Hex color #58615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58615F is #A79EA0. Grayscale: #5E5E5E. Windows color (decimal): -10985121 or 6250840. OLE color: 6250840.

HSL color Cylindrical-coordinate representation of color #58615F: hue angle of 166.67º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #58615F is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB889795-
CMYK0.0900.020.62
HSL166.67º4.86%36.27%-
HSV(B)166.67º9.28%38.04%-
XYZ10.3611.4512.49-
YUV94.08128.52123.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=31.43%
G=34.64%
B=33.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897950.0900.020.62166.674.8636.27
Hex58615F9023Ea7524
Octal130141137110276247544
Binary101100011000011011111100101011111010100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58615F; }

 p { color: rgb(88,97,95); }

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

<style>
 a { background-color: #58615F; }

 a { background-color: rgb(88,97,95); }

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

<style>
 span { border-color: #58615F; }

 span { border-color: rgb(88,97,95); }

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