#515007

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

Shades of Verdun Green #515007

Tints of Verdun Green #515007

Color information

#515007 (or 0x515007) is unknown color: approx Verdun Green. HEX triplet: 51, 50 and 07. RGB value is (81,80,7). Sum of RGB (Red+Green+Blue) = 81+80+7=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #515007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515007 is #AEAFF8. Grayscale: #484848. Windows color (decimal): -11448313 or 479313. OLE color: 479313.

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

Color convert

RGB81807-
CMYK00.010.910.68
HSL59.19º84.09%17.25%-
HSV(B)59.19º91.36%31.76%-
XYZ6.37.51.32-
YUV71.9891.33134.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.21%
GREEN value IS 80 (31.64% from 255) = 47.62%
BLUE value IS 7 (3.12% from 255) = 4.17%
R=48.21%
G=47.62%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8180700.010.910.6859.1984.0917.25
Hex51507015B443b5411
Octal1211207011331047312421
Binary101000110100001110110110111000100111011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515007; }

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

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

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

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

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

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

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

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