#515510

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

Shades of Verdun Green #515510

Tints of Verdun Green #515510

Color information

#515510 (or 0x515510) is unknown color: approx Verdun Green. HEX triplet: 51, 55 and 10. RGB value is (81,85,16). Sum of RGB (Red+Green+Blue) = 81+85+16=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #515510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515510 is #AEAAEF. Grayscale: #4C4C4C. Windows color (decimal): -11447024 or 1070417. OLE color: 1070417.

HSL color Cylindrical-coordinate representation of color #515510: hue angle of 63.48º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #515510 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB818516-
CMYK0.0500.810.67
HSL63.48º68.32%19.8%-
HSV(B)63.48º81.18%33.33%-
XYZ6.748.281.73-
YUV75.9494.17131.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 16 (6.64% from 255) = 8.79%
R=44.51%
G=46.70%
B=8.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185160.0500.810.6763.4868.3219.8
Hex5155105051433f4414
Octal12112520501211037710424
Binary1010001101010110000101010100011000011111111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515510; }

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

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

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

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

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

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

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

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