#516308

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

Shades of Verdun Green #516308

Tints of Verdun Green #516308

Color information

#516308 (or 0x516308) is unknown color: approx Verdun Green. HEX triplet: 51, 63 and 08. RGB value is (81,99,8). Sum of RGB (Red+Green+Blue) = 81+99+8=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #516308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516308 is #AE9CF7. Grayscale: #535353. Windows color (decimal): -11443448 or 549713. OLE color: 549713.

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

Color convert

RGB81998-
CMYK0.1800.920.61
HSL71.87º85.05%20.98%-
HSV(B)71.87º91.92%38.82%-
XYZ7.910.691.88-
YUV83.2485.54126.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 99 (39.06% from 255) = 52.66%
BLUE value IS 8 (3.52% from 255) = 4.26%
R=43.09%
G=52.66%
B=4.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal819980.1800.920.6171.8785.0520.98
Hex516381205C3D485515
Octal121143102201347511012525
Binary10100011100011100010010010111001111011001000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516308; }

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

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

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

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

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

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

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

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