#514800

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

Shades of Verdun Green #514800

Tints of Verdun Green #514800

Color information

#514800 (or 0x514800) is unknown color: approx Verdun Green. HEX triplet: 51, 48 and 00. RGB value is (81,72,0). Sum of RGB (Red+Green+Blue) = 81+72+0=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #514800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514800 is #AEB7FF. Grayscale: #424242. Windows color (decimal): -11450368 or 18513. OLE color: 18513.

HSL color Cylindrical-coordinate representation of color #514800: hue angle of 53.33º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #514800 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB81720-
CMYK00.1110.68
HSL53.33º100%15.88%-
HSV(B)53.33º100%31.76%-
XYZ5.716.380.93-
YUV66.4890.48138.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.94%
G=47.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8172000.1110.6853.3310015.88
Hex514800B6444356410
Octal12111000131441046514420
Binary1010001100100000101111001001000100110101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514800; }

 p { color: rgb(81,72,0); }

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

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

 a { background-color: rgb(81,72,0); }

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

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

 span { border-color: rgb(81,72,0); }

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