#515612

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

Shades of Verdun Green #515612

Tints of Verdun Green #515612

Color information

#515612 (or 0x515612) is unknown color: approx Verdun Green. HEX triplet: 51, 56 and 12. RGB value is (81,86,18). Sum of RGB (Red+Green+Blue) = 81+86+18=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #515612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515612 is #AEA9ED. Grayscale: #4D4D4D. Windows color (decimal): -11446766 or 1201745. OLE color: 1201745.

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

Color convert

RGB818618-
CMYK0.0600.790.66
HSL64.41º65.38%20.39%-
HSV(B)64.41º79.07%33.73%-
XYZ6.838.451.84-
YUV76.7594.84131.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 86 (33.98% from 255) = 46.49%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=43.78%
G=46.49%
B=9.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186180.0600.790.6664.4165.3820.39
Hex515612604F42404114
Octal121126226011710210010124
Binary10100011010110100101100100111110000101000000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515612; }

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

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

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

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

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

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

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

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