#515F5C

Color #515F5C Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #515F5C

Tints of Viridian Green #515F5C

Color information

#515F5C (or 0x515F5C) is unknown color: approx 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

RGB819592-
CMYK0.1500.030.63
HSL167.14º7.95%34.51%-
HSV(B)167.14º14.74%37.25%-
XYZ9.4210.7111.7-
YUV90.47128.86121.24-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8195920.1500.030.63167.147.9534.51
Hex515F5CF033Fa7823
Octal1211371341703772471043
Binary1010001101111110111001111011111111101001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>