#516A09

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

Shades of Verdun Green #516A09

Tints of Verdun Green #516A09

Color information

#516A09 (or 0x516A09) is unknown color: approx Verdun Green. HEX triplet: 51, 6A and 09. RGB value is (81,106,9). Sum of RGB (Red+Green+Blue) = 81+106+9=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #516A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516A09 is #AE95F6. Grayscale: #575757. Windows color (decimal): -11441655 or 617041. OLE color: 617041.

HSL color Cylindrical-coordinate representation of color #516A09: hue angle of 75.46º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #516A09 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB811069-
CMYK0.2400.920.58
HSL75.46º84.35%22.55%-
HSV(B)75.46º91.51%41.57%-
XYZ8.612.082.14-
YUV87.4783.72123.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 106 (41.80% from 255) = 54.08%
BLUE value IS 9 (3.91% from 255) = 4.59%
R=41.33%
G=54.08%
B=4.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8110690.2400.920.5875.4684.3522.55
Hex516A91805C3A4b5417
Octal121152113001347211312427
Binary10100011101010100111000010111001110101001011101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516A09; }

 p { color: rgb(81,106,9); }

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

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

 a { background-color: rgb(81,106,9); }

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

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

 span { border-color: rgb(81,106,9); }

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