#514F06

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

Shades of Verdun Green #514F06

Tints of Verdun Green #514F06

Color information

#514F06 (or 0x514F06) is unknown color: approx Verdun Green. HEX triplet: 51, 4F and 06. RGB value is (81,79,6). Sum of RGB (Red+Green+Blue) = 81+79+6=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #514F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F06 is #AEB0F9. Grayscale: #474747. Windows color (decimal): -11448570 or 413521. OLE color: 413521.

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

Color convert

RGB81796-
CMYK00.020.930.68
HSL58.4º86.21%17.06%-
HSV(B)58.4º92.59%31.76%-
XYZ6.227.351.26-
YUV71.2891.16134.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 79 (31.25% from 255) = 47.59%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=48.80%
G=47.59%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8179600.020.930.6858.486.2117.06
Hex514F6025D443a5611
Octal1211176021351047212621
Binary1010001100111111001010111011000100111010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,79,6); }

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

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

 a { background-color: rgb(81,79,6); }

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

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

 span { border-color: rgb(81,79,6); }

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