Html Css Color HEX #58605C Viridian Green

📋 copy color: '#58605C'

red 88 ◦ green 96 ◦ blue 92

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

Shades of Viridian Green #58605C

Tints of Viridian Green #58605C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.33%

R = 31.88%
G = 34.78%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#58605C (or 0x58605C) is known color: Viridian Green. HEX triplet: 58, 60 and 5C. RGB value is (88,96,92). Sum of RGB (Red+Green+Blue) = 88+96+92=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 96 - color contains mainly: green. Hex color #58605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58605C is #A79FA3. Grayscale: #5D5D5D. Windows color (decimal): -10985380 or 6053976. OLE color: 6053976.

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

Color convert

RGB 88 96 92 -
CMYK 0.08 0 0.04 0.62
HSL 150º 0.04% 0.36% -
HSV(B) 150º 0.08% 0.38% -
XYZ 10.14 11.21 11.76 -
YUV 93.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 88 96 92 0.08 0 0.04 0.62 150 0.04 0.36
Hex 58 60 5C 8 0 4 3E 96 4 24
Octal 130 140 134 10 0 4 76 226 4 44
Binary 1011000 1100000 1011100 1000 0 100 111110 10010110 100 100100

Color Harmonies of #58605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58605C

Black with #58605C

Text Example


Text Example

White with #58605C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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