#506A13

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

Shades of Verdun Green #506A13

Tints of Verdun Green #506A13

Color information

#506A13 (or 0x506A13) is unknown color: approx Verdun Green. HEX triplet: 50, 6A and 13. RGB value is (80,106,19). Sum of RGB (Red+Green+Blue) = 80+106+19=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 106 (41.80% from 255 or 51.71% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 106 - color contains mainly: green. Hex color #506A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506A13 is #AF95EC. Grayscale: #585858. Windows color (decimal): -11507181 or 1272400. OLE color: 1272400.

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

Color convert

RGB8010619-
CMYK0.2500.820.58
HSL77.93º69.6%24.51%-
HSV(B)77.93º82.08%41.57%-
XYZ8.5812.062.49-
YUV88.3188.89122.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 106 (41.80% from 255) = 51.71%
BLUE value IS 19 (7.81% from 255) = 9.27%
R=39.02%
G=51.71%
B=9.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80106190.2500.820.5877.9369.624.51
Hex506A13190523A4e4619
Octal120152233101227211610631
Binary101000011010101001111001010100101110101001110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,106,19); }

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

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

 a { background-color: rgb(80,106,19); }

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

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

 span { border-color: rgb(80,106,19); }

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