#516407

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

Shades of Verdun Green #516407

Tints of Verdun Green #516407

Color information

#516407 (or 0x516407) is unknown color: approx Verdun Green. HEX triplet: 51, 64 and 07. RGB value is (81,100,7). Sum of RGB (Red+Green+Blue) = 81+100+7=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 100 (39.45% from 255 or 53.19% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 100 - color contains mainly: green. Hex color #516407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516407 is #AE9BF8. Grayscale: #545454. Windows color (decimal): -11443193 or 484433. OLE color: 484433.

HSL color Cylindrical-coordinate representation of color #516407: hue angle of 72.26º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #516407 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB811007-
CMYK0.1900.930.61
HSL72.26º86.92%20.98%-
HSV(B)72.26º93%39.22%-
XYZ7.9910.881.88-
YUV83.7284.71126.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 100 (39.45% from 255) = 53.19%
BLUE value IS 7 (3.12% from 255) = 3.72%
R=43.09%
G=53.19%
B=3.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8110070.1900.930.6172.2686.9220.98
Hex516471305D3D485715
Octal12114472301357511012725
Binary1010001110010011110011010111011111011001000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516407; }

 p { color: rgb(81,100,7); }

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

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

 a { background-color: rgb(81,100,7); }

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

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

 span { border-color: rgb(81,100,7); }

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