Html Css Color HEX #58615E Viridian Green

📋 copy color: '#58615E'

red 88 ◦ green 97 ◦ blue 94

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

Shades of Viridian Green #58615E

Tints of Viridian Green #58615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.77%

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

R = 31.54%
G = 34.77%
B = 33.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#58615E (or 0x58615E) is known color: Viridian Green. HEX triplet: 58, 61 and 5E. RGB value is (88,97,94). Sum of RGB (Red+Green+Blue) = 88+97+94=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 97 - color contains mainly: green. Hex color #58615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58615E is #A79EA1. Grayscale: #5D5D5D. Windows color (decimal): -10985122 or 6185304. OLE color: 6185304.

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

Color convert

RGB 88 97 94 -
CMYK 0.09 0 0.03 0.62
HSL 160º 0.05% 0.36% -
HSV(B) 160º 0.09% 0.38% -
XYZ 10.32 11.43 12.25 -
YUV 93.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 88 97 94 0.09 0 0.03 0.62 160 0.05 0.36
Hex 58 61 5E 9 0 3 3E A0 5 24
Octal 130 141 136 11 0 3 76 240 5 44
Binary 1011000 1100001 1011110 1001 0 11 111110 10100000 101 100100

Color Harmonies of #58615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58615E

Black with #58615E

Text Example


Text Example

White with #58615E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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