#58625F

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

Shades of Viridian Green #58625F

Tints of Viridian Green #58625F

Color information

#58625F (or 0x58625F) is unknown color: approx Viridian Green. HEX triplet: 58, 62 and 5F. RGB value is (88,98,95). Sum of RGB (Red+Green+Blue) = 88+98+95=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 98 - color contains mainly: green. Hex color #58625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58625F is #A79DA0. Grayscale: #5E5E5E. Windows color (decimal): -10984865 or 6251096. OLE color: 6251096.

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

Color convert

RGB889895-
CMYK0.1000.030.62
HSL162º5.38%36.47%-
HSV(B)162º10.2%38.43%-
XYZ10.4611.6412.52-
YUV94.67128.19123.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=31.32%
G=34.88%
B=33.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898950.1000.030.621625.3836.47
Hex58625FA033Ea2524
Octal130142137120376242544
Binary101100011000101011111101001111111010100010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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