#58625D

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

Shades of Viridian Green #58625D

Tints of Viridian Green #58625D

Color information

#58625D (or 0x58625D) is unknown color: approx Viridian Green. HEX triplet: 58, 62 and 5D. RGB value is (88,98,93). Sum of RGB (Red+Green+Blue) = 88+98+93=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 98 - color contains mainly: green. Hex color #58625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58625D is #A79DA2. Grayscale: #5E5E5E. Windows color (decimal): -10984867 or 6120024. OLE color: 6120024.

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

Color convert

RGB889893-
CMYK0.1000.050.62
HSL150º5.38%36.47%-
HSV(B)150º10.2%38.43%-
XYZ10.3711.612.05-
YUV94.44127.19123.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=31.54%
G=35.13%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898930.1000.050.621505.3836.47
Hex58625DA053E96524
Octal130142135120576226544
Binary1011000110001010111011010010111111010010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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