Html Css Color HEX #58605E Viridian Green

📋 copy color: '#58605E'

red 88 ◦ green 96 ◦ blue 94

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

Shades of Viridian Green #58605E

Tints of Viridian Green #58605E

RGB

 RED value IS 88 (34.77% from 255) = 31.65%

 GREEN value IS 96 (37.89% from 255) = 34.53%

 BLUE value IS 94 (37.11% from 255) = 33.81%

R = 31.65%
G = 34.53%
B = 33.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#58605E (or 0x58605E) is known color: Viridian Green. HEX triplet: 58, 60 and 5E. RGB value is (88,96,94). Sum of RGB (Red+Green+Blue) = 88+96+94=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 96 - color contains mainly: green. Hex color #58605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58605E is #A79FA1. Grayscale: #5D5D5D. Windows color (decimal): -10985378 or 6185048. OLE color: 6185048.

HSL color Cylindrical-coordinate representation of color #58605E: hue angle of 165º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #58605E is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 96 94 -
CMYK 0.08 0 0.02 0.62
HSL 165º 0.04% 0.36% -
HSV(B) 165º 0.08% 0.38% -
XYZ 10.23 11.25 12.22 -
YUV 93.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 88 96 94 0.08 0 0.02 0.62 165 0.04 0.36
Hex 58 60 5E 8 0 2 3E A5 4 24
Octal 130 140 136 10 0 2 76 245 4 44
Binary 1011000 1100000 1011110 1000 0 10 111110 10100101 100 100100

Color Harmonies of #58605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58605E

Black with #58605E

Text Example


Text Example

White with #58605E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58605E;
 }
 .AnyTagClassName
 {
   color: #58605E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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