#506815

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

Shades of Verdun Green #506815

Tints of Verdun Green #506815

Color information

#506815 (or 0x506815) is unknown color: approx Verdun Green. HEX triplet: 50, 68 and 15. RGB value is (80,104,21). Sum of RGB (Red+Green+Blue) = 80+104+21=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #506815 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506815 is #AF97EA. Grayscale: #575757. Windows color (decimal): -11507691 or 1402960. OLE color: 1402960.

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

Color convert

RGB8010421-
CMYK0.2300.800.59
HSL77.35º66.4%24.51%-
HSV(B)77.35º79.81%40.78%-
XYZ8.3911.662.52-
YUV87.3690.55122.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 21 (8.59% from 255) = 10.24%
R=39.02%
G=50.73%
B=10.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104210.2300.800.5977.3566.424.51
Hex506815170503B4d4219
Octal120150252701207311510231
Binary101000011010001010110111010100001110111001101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506815; }

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

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

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

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

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

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

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

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