#516605

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

Shades of Verdun Green #516605

Tints of Verdun Green #516605

Color information

#516605 (or 0x516605) is unknown color: approx Verdun Green. HEX triplet: 51, 66 and 05. RGB value is (81,102,5). Sum of RGB (Red+Green+Blue) = 81+102+5=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #516605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516605 is #AE99FA. Grayscale: #555555. Windows color (decimal): -11442683 or 353873. OLE color: 353873.

HSL color Cylindrical-coordinate representation of color #516605: hue angle of 72.99º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #516605 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB811025-
CMYK0.2100.950.6
HSL72.99º90.65%20.98%-
HSV(B)72.99º95.1%40%-
XYZ8.1711.261.89-
YUV84.6683.04125.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 5 (2.34% from 255) = 2.66%
R=43.09%
G=54.26%
B=2.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8110250.2100.950.672.9990.6520.98
Hex516651505F3C495b15
Octal12114652501377411113325
Binary1010001110011010110101010111111111001001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516605; }

 p { color: rgb(81,102,5); }

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

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

 a { background-color: rgb(81,102,5); }

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

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

 span { border-color: rgb(81,102,5); }

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