#506B10

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

Shades of Verdun Green #506B10

Tints of Verdun Green #506B10

Color information

#506B10 (or 0x506B10) is unknown color: approx Verdun Green. HEX triplet: 50, 6B and 10. RGB value is (80,107,16). Sum of RGB (Red+Green+Blue) = 80+107+16=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #506B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506B10 is #AF94EF. Grayscale: #585858. Windows color (decimal): -11506928 or 1076048. OLE color: 1076048.

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

Color convert

RGB8010716-
CMYK0.2500.850.58
HSL77.8º73.98%24.12%-
HSV(B)77.8º85.05%41.96%-
XYZ8.6612.262.4-
YUV88.5587.05121.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 107 (42.19% from 255) = 52.71%
BLUE value IS 16 (6.64% from 255) = 7.88%
R=39.41%
G=52.71%
B=7.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80107160.2500.850.5877.873.9824.12
Hex506B10190553A4e4a18
Octal120153203101257211611230
Binary101000011010111000011001010101011110101001110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506B10; }

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

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

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

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

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

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

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

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