#516008

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

Shades of Verdun Green #516008

Tints of Verdun Green #516008

Color information

#516008 (or 0x516008) is unknown color: approx Verdun Green. HEX triplet: 51, 60 and 08. RGB value is (81,96,8). Sum of RGB (Red+Green+Blue) = 81+96+8=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #516008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516008 is #AE9FF7. Grayscale: #515151. Windows color (decimal): -11444216 or 548945. OLE color: 548945.

HSL color Cylindrical-coordinate representation of color #516008: hue angle of 70.23º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #516008 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB81968-
CMYK0.1600.920.62
HSL70.23º84.62%20.39%-
HSV(B)70.23º91.67%37.65%-
XYZ7.6210.131.78-
YUV81.4886.53127.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 8 (3.52% from 255) = 4.32%
R=43.78%
G=51.89%
B=4.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal819680.1600.920.6270.2384.6220.39
Hex516081005C3E465514
Octal121140102001347610612524
Binary10100011100000100010000010111001111101000110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516008; }

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

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

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

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

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

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

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

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