#514D0B

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

Shades of Verdun Green #514D0B

Tints of Verdun Green #514D0B

Color information

#514D0B (or 0x514D0B) is unknown color: approx Verdun Green. HEX triplet: 51, 4D and 0B. RGB value is (81,77,11). Sum of RGB (Red+Green+Blue) = 81+77+11=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #514D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D0B is #AEB2F4. Grayscale: #464646. Windows color (decimal): -11449077 or 740689. OLE color: 740689.

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

Color convert

RGB817711-
CMYK00.050.860.68
HSL56.57º76.09%18.04%-
HSV(B)56.57º86.42%31.76%-
XYZ6.117.081.36-
YUV70.6794.33135.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 77 (30.47% from 255) = 45.56%
BLUE value IS 11 (4.69% from 255) = 6.51%
R=47.93%
G=45.56%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81771100.050.860.6856.5776.0918.04
Hex514DB055644394c12
Octal12111513051261047111422
Binary101000110011011011010110101101000100111001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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