#515010

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

Shades of Verdun Green #515010

Tints of Verdun Green #515010

Color information

#515010 (or 0x515010) is unknown color: approx Verdun Green. HEX triplet: 51, 50 and 10. RGB value is (81,80,16). Sum of RGB (Red+Green+Blue) = 81+80+16=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #515010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515010 is #AEAFEF. Grayscale: #494949. Windows color (decimal): -11448304 or 1069137. OLE color: 1069137.

HSL color Cylindrical-coordinate representation of color #515010: hue angle of 59.08º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #515010 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB818016-
CMYK00.010.800.68
HSL59.08º67.01%19.02%-
HSV(B)59.08º80.25%31.76%-
XYZ6.367.521.61-
YUV7395.83133.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.76%
GREEN value IS 80 (31.64% from 255) = 45.20%
BLUE value IS 16 (6.64% from 255) = 9.04%
R=45.76%
G=45.20%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81801600.010.800.6859.0867.0119.02
Hex5150100150443b4313
Octal12112020011201047310323
Binary10100011010000100000110100001000100111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515010; }

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

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

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

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

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

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

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

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