#506219

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

Shades of Verdun Green #506219

Tints of Verdun Green #506219

Color information

#506219 (or 0x506219) is unknown color: approx Verdun Green. HEX triplet: 50, 62 and 19. RGB value is (80,98,25). Sum of RGB (Red+Green+Blue) = 80+98+25=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #506219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506219 is #AF9DE6. Grayscale: #545454. Windows color (decimal): -11509223 or 1663568. OLE color: 1663568.

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

Color convert

RGB809825-
CMYK0.1800.740.62
HSL74.79º59.35%24.12%-
HSV(B)74.79º74.49%38.43%-
XYZ7.8510.512.53-
YUV84.394.54124.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=39.41%
G=48.28%
B=12.32%

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
Decimal8098250.1800.740.6274.7959.3524.12
Hex5062191204A3E4b3b18
Octal12014231220112761137330
Binary10100001100010110011001001001010111110100101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506219; }

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

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

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

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

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

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

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

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