#515912

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

Shades of Verdun Green #515912

Tints of Verdun Green #515912

Color information

#515912 (or 0x515912) is unknown color: approx Verdun Green. HEX triplet: 51, 59 and 12. RGB value is (81,89,18). Sum of RGB (Red+Green+Blue) = 81+89+18=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #515912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515912 is #AEA6ED. Grayscale: #4E4E4E. Windows color (decimal): -11445998 or 1202513. OLE color: 1202513.

HSL color Cylindrical-coordinate representation of color #515912: hue angle of 66.76º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #515912 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB818918-
CMYK0.0900.800.65
HSL66.76º66.36%20.98%-
HSV(B)66.76º79.78%34.9%-
XYZ7.078.941.92-
YUV78.5193.85129.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 89 (35.16% from 255) = 47.34%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=43.09%
G=47.34%
B=9.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8189180.0900.800.6566.7666.3620.98
Hex515912905041434215
Octal1211312211012010110310225
Binary101000110110011001010010101000010000011000011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515912; }

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

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

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

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

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

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

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

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