#506B0E

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

Shades of Verdun Green #506B0E

Tints of Verdun Green #506B0E

Color information

#506B0E (or 0x506B0E) is unknown color: approx Verdun Green. HEX triplet: 50, 6B and 0E. RGB value is (80,107,14). Sum of RGB (Red+Green+Blue) = 80+107+14=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #506B0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506B0E is #AF94F1. Grayscale: #585858. Windows color (decimal): -11506930 or 944976. OLE color: 944976.

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

Color convert

RGB8010714-
CMYK0.2500.870.58
HSL77.42º76.86%23.73%-
HSV(B)77.42º86.92%41.96%-
XYZ8.6512.252.32-
YUV88.3286.05122.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 107 (42.19% from 255) = 53.23%
BLUE value IS 14 (5.86% from 255) = 6.97%
R=39.80%
G=53.23%
B=6.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80107140.2500.870.5877.4276.8623.73
Hex506BE190573A4d4d18
Octal120153163101277211511530
Binary10100001101011111011001010101111110101001101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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