#58665F

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

Shades of Viridian Green #58665F

Tints of Viridian Green #58665F

Color information

#58665F (or 0x58665F) is unknown color: approx Viridian Green. HEX triplet: 58, 66 and 5F. RGB value is (88,102,95). Sum of RGB (Red+Green+Blue) = 88+102+95=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 102 - color contains mainly: green. Hex color #58665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58665F is #A799A0. Grayscale: #616161. Windows color (decimal): -10983841 or 6252120. OLE color: 6252120.

HSL color Cylindrical-coordinate representation of color #58665F: hue angle of 150º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #58665F is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB8810295-
CMYK0.1400.070.6
HSL150º7.37%37.25%-
HSV(B)150º13.73%40%-
XYZ10.8412.412.65-
YUV97.02126.86121.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.88%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=30.88%
G=35.79%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88102950.1400.070.61507.3737.25
Hex58665FE073C96725
Octal130146137160774226745
Binary1011000110011010111111110011111110010010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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