#516307

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

Shades of Verdun Green #516307

Tints of Verdun Green #516307

Color information

#516307 (or 0x516307) is unknown color: approx Verdun Green. HEX triplet: 51, 63 and 07. RGB value is (81,99,7). Sum of RGB (Red+Green+Blue) = 81+99+7=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #516307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516307 is #AE9CF8. Grayscale: #535353. Windows color (decimal): -11443449 or 484177. OLE color: 484177.

HSL color Cylindrical-coordinate representation of color #516307: hue angle of 71.74º 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 #516307 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB81997-
CMYK0.1800.930.61
HSL71.74º86.79%20.78%-
HSV(B)71.74º92.93%38.82%-
XYZ7.8910.691.85-
YUV83.1385.04126.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 7 (3.12% from 255) = 3.74%
R=43.32%
G=52.94%
B=3.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal819970.1800.930.6171.7486.7920.78
Hex516371205D3D485715
Octal12114372201357511012725
Binary1010001110001111110010010111011111011001000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516307; }

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

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

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

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

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

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

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

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