#58625E

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

Shades of Viridian Green #58625E

Tints of Viridian Green #58625E

Color information

#58625E (or 0x58625E) is unknown color: approx Viridian Green. HEX triplet: 58, 62 and 5E. RGB value is (88,98,94). Sum of RGB (Red+Green+Blue) = 88+98+94=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 98 - color contains mainly: green. Hex color #58625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58625E is #A79DA1. Grayscale: #5E5E5E. Windows color (decimal): -10984866 or 6185560. OLE color: 6185560.

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

Color convert

RGB889894-
CMYK0.1000.040.62
HSL156º5.38%36.47%-
HSV(B)156º10.2%38.43%-
XYZ10.4111.6212.28-
YUV94.55127.69123.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=31.43%
G=35%
B=33.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898940.1000.040.621565.3836.47
Hex58625EA043E9c524
Octal130142136120476234544
Binary1011000110001010111101010010011111010011100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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