#506615

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

Shades of Verdun Green #506615

Tints of Verdun Green #506615

Color information

#506615 (or 0x506615) is unknown color: approx Verdun Green. HEX triplet: 50, 66 and 15. RGB value is (80,102,21). Sum of RGB (Red+Green+Blue) = 80+102+21=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #506615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506615 is #AF99EA. Grayscale: #565656. Windows color (decimal): -11508203 or 1402448. OLE color: 1402448.

HSL color Cylindrical-coordinate representation of color #506615: hue angle of 76.3º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #506615 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB8010221-
CMYK0.2200.790.6
HSL76.3º65.85%24.12%-
HSV(B)76.3º79.41%40%-
XYZ8.1911.262.45-
YUV86.1991.21123.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 102 (40.23% from 255) = 50.25%
BLUE value IS 21 (8.59% from 255) = 10.34%
R=39.41%
G=50.25%
B=10.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102210.2200.790.676.365.8524.12
Hex5066151604F3C4c4218
Octal120146252601177411410230
Binary101000011001101010110110010011111111001001100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506615; }

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

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

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

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

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

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

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

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