#515F5A

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

Shades of Viridian Green #515F5A

Tints of Viridian Green #515F5A

Color information

#515F5A (or 0x515F5A) is unknown color: approx Viridian Green. HEX triplet: 51, 5F and 5A. RGB value is (81,95,90). Sum of RGB (Red+Green+Blue) = 81+95+90=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 95 - color contains mainly: green. Hex color #515F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F5A is #AEA0A5. Grayscale: #5A5A5A. Windows color (decimal): -11444390 or 5922641. OLE color: 5922641.

HSL color Cylindrical-coordinate representation of color #515F5A: hue angle of 158.57º 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 #515F5A is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB819590-
CMYK0.1500.050.63
HSL158.57º7.95%34.51%-
HSV(B)158.57º14.74%37.25%-
XYZ9.3310.6711.24-
YUV90.24127.86121.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=30.45%
G=35.71%
B=33.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8195900.1500.050.63158.577.9534.51
Hex515F5AF053F9f823
Octal1211371321705772371043
Binary10100011011111101101011110101111111100111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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