#515C57

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

Shades of Viridian Green #515C57

Tints of Viridian Green #515C57

Color information

#515C57 (or 0x515C57) is unknown color: approx Viridian Green. HEX triplet: 51, 5C and 57. RGB value is (81,92,87). Sum of RGB (Red+Green+Blue) = 81+92+87=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 92 - color contains mainly: green. Hex color #515C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C57 is #AEA3A8. Grayscale: #585858. Windows color (decimal): -11445161 or 5725265. OLE color: 5725265.

HSL color Cylindrical-coordinate representation of color #515C57: hue angle of 152.73º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #515C57 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB819287-
CMYK0.1200.050.64
HSL152.73º6.36%33.92%-
HSV(B)152.73º11.96%36.08%-
XYZ8.9410.0910.49-
YUV88.14127.36122.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.15%
GREEN value IS 92 (36.33% from 255) = 35.38%
BLUE value IS 87 (34.38% from 255) = 33.46%
R=31.15%
G=35.38%
B=33.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8192870.1200.050.64152.736.3633.92
Hex515C57C054099622
Octal1211341271405100231642
Binary10100011011100101011111000101100000010011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #515C57;
 }
 .AnyTagClassName
 {
   color: #515C57;
 }
</style>
background-color css

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

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

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

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

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

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