#506B0F

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

Shades of Verdun Green #506B0F

Tints of Verdun Green #506B0F

Color information

#506B0F (or 0x506B0F) is unknown color: approx Verdun Green. HEX triplet: 50, 6B and 0F. RGB value is (80,107,15). Sum of RGB (Red+Green+Blue) = 80+107+15=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #506B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506B0F is #AF94F0. Grayscale: #585858. Windows color (decimal): -11506929 or 1010512. OLE color: 1010512.

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

Color convert

RGB8010715-
CMYK0.2500.860.58
HSL77.61º75.41%23.92%-
HSV(B)77.61º85.98%41.96%-
XYZ8.6512.262.36-
YUV88.4486.55121.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 107 (42.19% from 255) = 52.97%
BLUE value IS 15 (6.25% from 255) = 7.43%
R=39.60%
G=52.97%
B=7.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80107150.2500.860.5877.6175.4123.92
Hex506BF190563A4e4b18
Octal120153173101267211611330
Binary10100001101011111111001010101101110101001110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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