#506019

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

Shades of Verdun Green #506019

Tints of Verdun Green #506019

Color information

#506019 (or 0x506019) is unknown color: approx Verdun Green. HEX triplet: 50, 60 and 19. RGB value is (80,96,25). Sum of RGB (Red+Green+Blue) = 80+96+25=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #506019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506019 is #AF9FE6. Grayscale: #535353. Windows color (decimal): -11509735 or 1663056. OLE color: 1663056.

HSL color Cylindrical-coordinate representation of color #506019: hue angle of 73.52º 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 #506019 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB809625-
CMYK0.1700.740.62
HSL73.52º58.68%23.73%-
HSV(B)73.52º73.96%37.65%-
XYZ7.6710.142.47-
YUV83.1295.2125.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 96 (37.89% from 255) = 47.76%
BLUE value IS 25 (10.16% from 255) = 12.44%
R=39.80%
G=47.76%
B=12.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096250.1700.740.6273.5258.6823.73
Hex5060191104A3E4a3b18
Octal12014031210112761127330
Binary10100001100000110011000101001010111110100101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506019; }

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

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

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

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

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

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

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

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