#515008

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

Shades of Verdun Green #515008

Tints of Verdun Green #515008

Color information

#515008 (or 0x515008) is unknown color: approx Verdun Green. HEX triplet: 51, 50 and 08. RGB value is (81,80,8). Sum of RGB (Red+Green+Blue) = 81+80+8=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #515008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515008 is #AEAFF7. Grayscale: #484848. Windows color (decimal): -11448312 or 544849. OLE color: 544849.

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

Color convert

RGB81808-
CMYK00.010.900.68
HSL59.18º82.02%17.45%-
HSV(B)59.18º90.12%31.76%-
XYZ6.317.51.35-
YUV72.0991.83134.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 8 (3.52% from 255) = 4.73%
R=47.93%
G=47.34%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8180800.010.900.6859.1882.0217.45
Hex51508015A443b5211
Octal12112010011321047312221
Binary1010001101000010000110110101000100111011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515008; }

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

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

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

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

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

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

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

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