#486013

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

Shades of Verdun Green #486013

Tints of Verdun Green #486013

Color information

#486013 (or 0x486013) is unknown color: approx Verdun Green. HEX triplet: 48, 60 and 13. RGB value is (72,96,19). Sum of RGB (Red+Green+Blue) = 72+96+19=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #486013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486013 is #B79FEC. Grayscale: #505050. Windows color (decimal): -12034029 or 1269832. OLE color: 1269832.

HSL color Cylindrical-coordinate representation of color #486013: hue angle of 78.7º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #486013 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB729619-
CMYK0.2500.800.62
HSL78.7º66.96%22.55%-
HSV(B)78.7º80.21%37.65%-
XYZ6.979.792.14-
YUV80.0593.55122.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 96 (37.89% from 255) = 51.34%
BLUE value IS 19 (7.81% from 255) = 10.16%
R=38.50%
G=51.34%
B=10.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296190.2500.800.6278.766.9622.55
Hex486013190503E4f4317
Octal110140233101207611710327
Binary100100011000001001111001010100001111101001111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486013; }

 p { color: rgb(72,96,19); }

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

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

 a { background-color: rgb(72,96,19); }

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

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

 span { border-color: rgb(72,96,19); }

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