Html Css Color HEX #515F5C Viridian Green

📋 copy color: '#515F5C'

red 81 ◦ green 95 ◦ blue 92

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

Shades of Viridian Green #515F5C

Tints of Viridian Green #515F5C

RGB

 RED value IS 81 (32.03% from 255) = 30.22%

 GREEN value IS 95 (37.5% from 255) = 35.45%

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

R = 30.22%
G = 35.45%
B = 34.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.63

RGB Variations

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

Color information

#515F5C (or 0x515F5C) is known color: Viridian Green. HEX triplet: 51, 5F and 5C. RGB value is (81,95,92). Sum of RGB (Red+Green+Blue) = 81+95+92=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 95 - color contains mainly: green. Hex color #515F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F5C is #AEA0A3. Grayscale: #5A5A5A. Windows color (decimal): -11444388 or 6053713. OLE color: 6053713.

HSL color Cylindrical-coordinate representation of color #515F5C: hue angle of 167.14º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #515F5C is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 95 92 -
CMYK 0.15 0 0.03 0.63
HSL 167.14º 0.08% 0.35% -
HSV(B) 167.14º 0.15% 0.37% -
XYZ 9.42 10.71 11.7 -
YUV 90.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 81 95 92 0.15 0 0.03 0.63 167.14 0.08 0.35
Hex 51 5F 5C F 0 3 3F A7 8 23
Octal 121 137 134 17 0 3 77 247 10 43
Binary 1010001 1011111 1011100 1111 0 11 111111 10100111 1000 100011

Color Harmonies of #515F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F5C

Black with #515F5C

Text Example


Text Example

White with #515F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515F5C; }

 p { color: rgb(81,95,92); }

 H1.HeaderClassName
 {
   color: #515F5C;
 }
 .AnyTagClassName
 {
   color: #515F5C;
 }
</style>

background-color css

<style>
 a { background-color: #515F5C; }

 a { background-color: rgb(81,95,92); }

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

border-color css

<style>
 span { border-color: #515F5C; }

 span { border-color: rgb(81,95,92); }

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