#506816

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

Shades of Verdun Green #506816

Tints of Verdun Green #506816

Color information

#506816 (or 0x506816) is unknown color: approx Verdun Green. HEX triplet: 50, 68 and 16. RGB value is (80,104,22). Sum of RGB (Red+Green+Blue) = 80+104+22=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #506816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506816 is #AF97E9. Grayscale: #575757. Windows color (decimal): -11507690 or 1468496. OLE color: 1468496.

HSL color Cylindrical-coordinate representation of color #506816: hue angle of 77.56º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #506816 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB8010422-
CMYK0.2300.790.59
HSL77.56º65.08%24.71%-
HSV(B)77.56º78.85%40.78%-
XYZ8.411.662.57-
YUV87.4891.05122.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 104 (41.02% from 255) = 50.49%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=38.83%
G=50.49%
B=10.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104220.2300.790.5977.5665.0824.71
Hex5068161704F3B4e4119
Octal120150262701177311610131
Binary101000011010001011010111010011111110111001110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506816; }

 p { color: rgb(80,104,22); }

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

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

 a { background-color: rgb(80,104,22); }

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

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

 span { border-color: rgb(80,104,22); }

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