#515D58

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

Shades of Viridian Green #515D58

Tints of Viridian Green #515D58

Color information

#515D58 (or 0x515D58) is unknown color: approx Viridian Green. HEX triplet: 51, 5D and 58. RGB value is (81,93,88). Sum of RGB (Red+Green+Blue) = 81+93+88=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 93 - color contains mainly: green. Hex color #515D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D58 is #AEA2A7. Grayscale: #585858. Windows color (decimal): -11444904 or 5791057. OLE color: 5791057.

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

Color convert

RGB819388-
CMYK0.1300.050.64
HSL155º6.9%34.12%-
HSV(B)155º12.9%36.47%-
XYZ9.0710.2810.74-
YUV88.84127.52122.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.92%
GREEN value IS 93 (36.72% from 255) = 35.50%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=30.92%
G=35.50%
B=33.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8193880.1300.050.641556.934.12
Hex515D58D05409b722
Octal1211351301505100233742
Binary10100011011101101100011010101100000010011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,93,88); }

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

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

 a { background-color: rgb(81,93,88); }

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

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

 span { border-color: rgb(81,93,88); }

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