#506417

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

Shades of Verdun Green #506417

Tints of Verdun Green #506417

Color information

#506417 (or 0x506417) is unknown color: approx Verdun Green. HEX triplet: 50, 64 and 17. RGB value is (80,100,23). Sum of RGB (Red+Green+Blue) = 80+100+23=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 100 (39.45% from 255 or 49.26% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 100 - color contains mainly: green. Hex color #506417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506417 is #AF9BE8. Grayscale: #555555. Windows color (decimal): -11508713 or 1533008. OLE color: 1533008.

HSL color Cylindrical-coordinate representation of color #506417: hue angle of 75.58º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #506417 is Cyan = 0.2, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB8010023-
CMYK0.200.770.61
HSL75.58º62.6%24.12%-
HSV(B)75.58º77%39.22%-
XYZ8.0210.882.49-
YUV85.2492.87124.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 100 (39.45% from 255) = 49.26%
BLUE value IS 23 (9.38% from 255) = 11.33%
R=39.41%
G=49.26%
B=11.33%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal80100230.200.770.6175.5862.624.12
Hex5064171404D3D4c3f18
Octal12014427240115751147730
Binary10100001100100101111010001001101111101100110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506417; }

 p { color: rgb(80,100,23); }

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

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

 a { background-color: rgb(80,100,23); }

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

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

 span { border-color: rgb(80,100,23); }

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