#515E0C

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

Shades of Verdun Green #515E0C

Tints of Verdun Green #515E0C

Color information

#515E0C (or 0x515E0C) is unknown color: approx Verdun Green. HEX triplet: 51, 5E and 0C. RGB value is (81,94,12). Sum of RGB (Red+Green+Blue) = 81+94+12=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 94 (37.11% from 255 or 50.27% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 94 - color contains mainly: green. Hex color #515E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515E0C is #AEA1F3. Grayscale: #515151. Windows color (decimal): -11444724 or 810577. OLE color: 810577.

HSL color Cylindrical-coordinate representation of color #515E0C: hue angle of 69.51º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #515E0C is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB819412-
CMYK0.1400.870.63
HSL69.51º77.36%20.78%-
HSV(B)69.51º87.23%36.86%-
XYZ7.469.781.84-
YUV80.7689.19128.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 94 (37.11% from 255) = 50.27%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=43.32%
G=50.27%
B=6.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8194120.1400.870.6369.5177.3620.78
Hex515ECE0573F464d15
Octal121136141601277710611525
Binary1010001101111011001110010101111111111000110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515E0C; }

 p { color: rgb(81,94,12); }

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

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

 a { background-color: rgb(81,94,12); }

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

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

 span { border-color: rgb(81,94,12); }

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