#516305

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

Shades of Verdun Green #516305

Tints of Verdun Green #516305

Color information

#516305 (or 0x516305) is unknown color: approx Verdun Green. HEX triplet: 51, 63 and 05. RGB value is (81,99,5). Sum of RGB (Red+Green+Blue) = 81+99+5=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #516305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516305 is #AE9CFA. Grayscale: #535353. Windows color (decimal): -11443451 or 353105. OLE color: 353105.

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

Color convert

RGB81995-
CMYK0.1800.950.61
HSL71.49º90.38%20.39%-
HSV(B)71.49º94.95%38.82%-
XYZ7.8810.681.79-
YUV82.984.04126.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 99 (39.06% from 255) = 53.51%
BLUE value IS 5 (2.34% from 255) = 2.70%
R=43.78%
G=53.51%
B=2.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal819950.1800.950.6171.4990.3820.39
Hex516351205F3D475a14
Octal12114352201377510713224
Binary1010001110001110110010010111111111011000111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516305; }

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

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

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

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

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

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

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

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