#486219

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

Shades of Verdun Green #486219

Tints of Verdun Green #486219

Color information

#486219 (or 0x486219) is unknown color: approx Verdun Green. HEX triplet: 48, 62 and 19. RGB value is (72,98,25). Sum of RGB (Red+Green+Blue) = 72+98+25=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #486219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486219 is #B79DE6. Grayscale: #525252. Windows color (decimal): -12033511 or 1663560. OLE color: 1663560.

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

Color convert

RGB729825-
CMYK0.2700.740.62
HSL81.37º59.35%24.12%-
HSV(B)81.37º74.49%38.43%-
XYZ7.2210.182.5-
YUV81.995.89120.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 98 (38.67% from 255) = 50.26%
BLUE value IS 25 (10.16% from 255) = 12.82%
R=36.92%
G=50.26%
B=12.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298250.2700.740.6281.3759.3524.12
Hex4862191B04A3E513b18
Octal11014231330112761217330
Binary10010001100010110011101101001010111110101000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486219; }

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

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

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

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

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

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

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

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