#506015

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

Shades of Verdun Green #506015

Tints of Verdun Green #506015

Color information

#506015 (or 0x506015) is unknown color: approx Verdun Green. HEX triplet: 50, 60 and 15. RGB value is (80,96,21). Sum of RGB (Red+Green+Blue) = 80+96+21=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #506015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506015 is #AF9FEA. Grayscale: #525252. Windows color (decimal): -11509739 or 1400912. OLE color: 1400912.

HSL color Cylindrical-coordinate representation of color #506015: hue angle of 72.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #506015 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB809621-
CMYK0.1700.780.62
HSL72.8º64.1%22.94%-
HSV(B)72.8º78.12%37.65%-
XYZ7.6310.132.26-
YUV82.6793.2126.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 21 (8.59% from 255) = 10.66%
R=40.61%
G=48.73%
B=10.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096210.1700.780.6272.864.122.94
Hex5060151104E3E494017
Octal120140252101167611110027
Binary101000011000001010110001010011101111101001001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506015; }

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

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

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

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

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

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

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

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