#506119

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

Shades of Verdun Green #506119

Tints of Verdun Green #506119

Color information

#506119 (or 0x506119) is unknown color: approx Verdun Green. HEX triplet: 50, 61 and 19. RGB value is (80,97,25). Sum of RGB (Red+Green+Blue) = 80+97+25=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #506119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506119 is #AF9EE6. Grayscale: #535353. Windows color (decimal): -11509479 or 1663312. OLE color: 1663312.

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

Color convert

RGB809725-
CMYK0.1800.740.62
HSL74.17º59.02%23.92%-
HSV(B)74.17º74.23%38.04%-
XYZ7.7610.332.5-
YUV83.7194.87125.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 97 (38.28% from 255) = 48.02%
BLUE value IS 25 (10.16% from 255) = 12.38%
R=39.60%
G=48.02%
B=12.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097250.1800.740.6274.1759.0223.92
Hex5061191204A3E4a3b18
Octal12014131220112761127330
Binary10100001100001110011001001001010111110100101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506119; }

 p { color: rgb(80,97,25); }

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

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

 a { background-color: rgb(80,97,25); }

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

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

 span { border-color: rgb(80,97,25); }

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