#506914

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

Shades of Verdun Green #506914

Tints of Verdun Green #506914

Color information

#506914 (or 0x506914) is unknown color: approx Verdun Green. HEX triplet: 50, 69 and 14. RGB value is (80,105,20). Sum of RGB (Red+Green+Blue) = 80+105+20=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #506914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506914 is #AF96EB. Grayscale: #585858. Windows color (decimal): -11507436 or 1337680. OLE color: 1337680.

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

Color convert

RGB8010520-
CMYK0.2400.810.59
HSL77.65º68%24.51%-
HSV(B)77.65º80.95%41.18%-
XYZ8.4911.862.5-
YUV87.8489.72122.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 105 (41.41% from 255) = 51.22%
BLUE value IS 20 (8.20% from 255) = 9.76%
R=39.02%
G=51.22%
B=9.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105200.2400.810.5977.656824.51
Hex506914180513B4e4419
Octal120151243001217311610431
Binary101000011010011010011000010100011110111001110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506914; }

 p { color: rgb(80,105,20); }

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

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

 a { background-color: rgb(80,105,20); }

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

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

 span { border-color: rgb(80,105,20); }

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