#506910

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

Shades of Verdun Green #506910

Tints of Verdun Green #506910

Color information

#506910 (or 0x506910) is unknown color: approx Verdun Green. HEX triplet: 50, 69 and 10. RGB value is (80,105,16). Sum of RGB (Red+Green+Blue) = 80+105+16=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #506910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506910 is #AF96EF. Grayscale: #575757. Windows color (decimal): -11507440 or 1075536. OLE color: 1075536.

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

Color convert

RGB8010516-
CMYK0.2400.850.59
HSL76.85º73.55%23.73%-
HSV(B)76.85º84.76%41.18%-
XYZ8.4511.852.33-
YUV87.3887.72122.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 105 (41.41% from 255) = 52.24%
BLUE value IS 16 (6.64% from 255) = 7.96%
R=39.80%
G=52.24%
B=7.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105160.2400.850.5976.8573.5523.73
Hex506910180553B4d4a18
Octal120151203001257311511230
Binary101000011010011000011000010101011110111001101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506910; }

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

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

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

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

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

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

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

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