#514F09

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

Shades of Verdun Green #514F09

Tints of Verdun Green #514F09

Color information

#514F09 (or 0x514F09) is unknown color: approx Verdun Green. HEX triplet: 51, 4F and 09. RGB value is (81,79,9). Sum of RGB (Red+Green+Blue) = 81+79+9=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #514F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F09 is #AEB0F6. Grayscale: #474747. Windows color (decimal): -11448567 or 610129. OLE color: 610129.

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

Color convert

RGB81799-
CMYK00.020.890.68
HSL58.33º80%17.65%-
HSV(B)58.33º88.89%31.76%-
XYZ6.247.361.35-
YUV71.6292.66134.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.93%
GREEN value IS 79 (31.25% from 255) = 46.75%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=47.93%
G=46.75%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8179900.020.890.6858.338017.65
Hex514F90259443a5012
Octal12111711021311047212022
Binary10100011001111100101010110011000100111010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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