#516103

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

Shades of Verdun Green #516103

Tints of Verdun Green #516103

Color information

#516103 (or 0x516103) is unknown color: approx Verdun Green. HEX triplet: 51, 61 and 03. RGB value is (81,97,3). Sum of RGB (Red+Green+Blue) = 81+97+3=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #516103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516103 is #AE9EFC. Grayscale: #515151. Windows color (decimal): -11443965 or 221521. OLE color: 221521.

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

Color convert

RGB81973-
CMYK0.1600.970.62
HSL70.21º94%19.61%-
HSV(B)70.21º96.91%38.04%-
XYZ7.6810.311.67-
YUV81.583.7127.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 97 (38.28% from 255) = 53.59%
BLUE value IS 3 (1.56% from 255) = 1.66%
R=44.75%
G=53.59%
B=1.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal819730.1600.970.6270.219419.61
Hex51613100613E465e14
Octal12114132001417610613624
Binary101000111000011110000011000011111101000110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516103; }

 p { color: rgb(81,97,3); }

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

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

 a { background-color: rgb(81,97,3); }

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

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

 span { border-color: rgb(81,97,3); }

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