#514D05

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

Shades of Verdun Green #514D05

Tints of Verdun Green #514D05

Color information

#514D05 (or 0x514D05) is unknown color: approx Verdun Green. HEX triplet: 51, 4D and 05. RGB value is (81,77,5). Sum of RGB (Red+Green+Blue) = 81+77+5=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #514D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D05 is #AEB2FA. Grayscale: #464646. Windows color (decimal): -11449083 or 347473. OLE color: 347473.

HSL color Cylindrical-coordinate representation of color #514D05: hue angle of 56.84º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #514D05 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB81775-
CMYK00.050.940.68
HSL56.84º88.37%16.86%-
HSV(B)56.84º93.83%31.76%-
XYZ6.077.071.19-
YUV69.9991.33135.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 77 (30.47% from 255) = 47.24%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=49.69%
G=47.24%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8177500.050.940.6856.8488.3716.86
Hex514D5055E44395811
Octal1211155051361047113021
Binary10100011001101101010110111101000100111001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514D05; }

 p { color: rgb(81,77,5); }

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

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

 a { background-color: rgb(81,77,5); }

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

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

 span { border-color: rgb(81,77,5); }

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