Html Css Color HEX #58625E Viridian Green

📋 copy color: '#58625E'

red 88 ◦ green 98 ◦ blue 94

#58625E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #58625E

Tints of Viridian Green #58625E

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 value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#58625E (or 0x58625E) is known color: 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

RGB 88 98 94 -
CMYK 0.10 0 0.04 0.62
HSL 156º 0.05% 0.36% -
HSV(B) 156º 0.1% 0.38% -
XYZ 10.41 11.62 12.28 -
YUV 94.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 88 98 94 0.10 0 0.04 0.62 156 0.05 0.36
Hex 58 62 5E A 0 4 3E 9C 5 24
Octal 130 142 136 12 0 4 76 234 5 44
Binary 1011000 1100010 1011110 1010 0 100 111110 10011100 101 100100

Color Harmonies of #58625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58625E

Black with #58625E

Text Example


Text Example

White with #58625E

Text Example


Text Example

HTML Codes & Css Web 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>