#515006

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

Shades of Verdun Green #515006

Tints of Verdun Green #515006

Color information

#515006 (or 0x515006) is unknown color: approx Verdun Green. HEX triplet: 51, 50 and 06. RGB value is (81,80,6). Sum of RGB (Red+Green+Blue) = 81+80+6=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #515006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515006 is #AEAFF9. Grayscale: #484848. Windows color (decimal): -11448314 or 413777. OLE color: 413777.

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

Color convert

RGB81806-
CMYK00.010.930.68
HSL59.2º86.21%17.06%-
HSV(B)59.2º92.59%31.76%-
XYZ6.297.51.29-
YUV71.8690.83134.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.50%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 6 (2.73% from 255) = 3.59%
R=48.50%
G=47.90%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8180600.010.930.6859.286.2117.06
Hex51506015D443b5611
Octal1211206011351047312621
Binary101000110100001100110111011000100111011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515006; }

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

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

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

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

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

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

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

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