#515005

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

Shades of Verdun Green #515005

Tints of Verdun Green #515005

Color information

#515005 (or 0x515005) is unknown color: approx Verdun Green. HEX triplet: 51, 50 and 05. RGB value is (81,80,5). Sum of RGB (Red+Green+Blue) = 81+80+5=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #515005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515005 is #AEAFFA. Grayscale: #484848. Windows color (decimal): -11448315 or 348241. OLE color: 348241.

HSL color Cylindrical-coordinate representation of color #515005: hue angle of 59.21º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #515005 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB81805-
CMYK00.010.940.68
HSL59.21º88.37%16.86%-
HSV(B)59.21º93.83%31.76%-
XYZ6.297.51.26-
YUV71.7590.33134.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 5 (2.34% from 255) = 3.01%
R=48.80%
G=48.19%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8180500.010.940.6859.2188.3716.86
Hex51505015E443b5811
Octal1211205011361047313021
Binary101000110100001010110111101000100111011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515005; }

 p { color: rgb(81,80,5); }

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

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

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

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

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

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

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