#515712

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

Shades of Verdun Green #515712

Tints of Verdun Green #515712

Color information

#515712 (or 0x515712) is unknown color: approx Verdun Green. HEX triplet: 51, 57 and 12. RGB value is (81,87,18). Sum of RGB (Red+Green+Blue) = 81+87+18=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 87 - color contains mainly: green. Hex color #515712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515712 is #AEA8ED. Grayscale: #4D4D4D. Windows color (decimal): -11446510 or 1202001. OLE color: 1202001.

HSL color Cylindrical-coordinate representation of color #515712: hue angle of 65.22º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #515712 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB818718-
CMYK0.0700.790.66
HSL65.22º65.71%20.59%-
HSV(B)65.22º79.31%34.12%-
XYZ6.918.611.87-
YUV77.3494.51130.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 87 (34.38% from 255) = 46.77%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=43.55%
G=46.77%
B=9.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8187180.0700.790.6665.2265.7120.59
Hex515712704F42414215
Octal121127227011710210110225
Binary10100011010111100101110100111110000101000001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515712; }

 p { color: rgb(81,87,18); }

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

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

 a { background-color: rgb(81,87,18); }

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

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

 span { border-color: rgb(81,87,18); }

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