#515101

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

Shades of Verdun Green #515101

Tints of Verdun Green #515101

Color information

#515101 (or 0x515101) is unknown color: approx Verdun Green. HEX triplet: 51, 51 and 01. RGB value is (81,81,1). Sum of RGB (Red+Green+Blue) = 81+81+1=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515101 is #AEAEFE. Grayscale: #484848. Windows color (decimal): -11448063 or 86353. OLE color: 86353.

HSL color Cylindrical-coordinate representation of color #515101: hue angle of 60º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #515101 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB81811-
CMYK000.990.68
HSL60º97.56%16.08%-
HSV(B)60º98.77%31.76%-
XYZ6.347.641.17-
YUV71.8888134.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 81 (32.03% from 255) = 49.69%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=49.69%
G=49.69%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81811000.990.686097.5616.08
Hex515110063443c6210
Octal1211211001431047414220
Binary1010001101000110011000111000100111100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515101; }

 p { color: rgb(81,81,1); }

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

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

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

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

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

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

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