#515412

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

Shades of Verdun Green #515412

Tints of Verdun Green #515412

Color information

#515412 (or 0x515412) is unknown color: approx Verdun Green. HEX triplet: 51, 54 and 12. RGB value is (81,84,18). Sum of RGB (Red+Green+Blue) = 81+84+18=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #515412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515412 is #AEABED. Grayscale: #4B4B4B. Windows color (decimal): -11447278 or 1201233. OLE color: 1201233.

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

Color convert

RGB818418-
CMYK0.0400.790.67
HSL62.73º64.71%20%-
HSV(B)62.73º78.57%32.94%-
XYZ6.678.131.79-
YUV75.5895.51131.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 84 (33.20% from 255) = 45.90%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=44.26%
G=45.90%
B=9.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8184180.0400.790.6762.7364.7120
Hex515412404F433f4114
Octal12112422401171037710124
Binary1010001101010010010100010011111000011111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515412; }

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

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

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

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

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

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

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

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