#486516

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

Shades of Verdun Green #486516

Tints of Verdun Green #486516

Color information

#486516 (or 0x486516) is unknown color: approx Verdun Green. HEX triplet: 48, 65 and 16. RGB value is (72,101,22). Sum of RGB (Red+Green+Blue) = 72+101+22=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #486516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486516 is #B79AE9. Grayscale: #535353. Windows color (decimal): -12032746 or 1467720. OLE color: 1467720.

HSL color Cylindrical-coordinate representation of color #486516: hue angle of 82.03º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #486516 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB7210122-
CMYK0.2900.780.60
HSL82.03º64.23%24.12%-
HSV(B)82.03º78.22%39.61%-
XYZ7.4710.742.44-
YUV83.3293.39119.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 101 (39.84% from 255) = 51.79%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=36.92%
G=51.79%
B=11.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72101220.2900.780.6082.0364.2324.12
Hex4865161D04E3C524018
Octal110145263501167412210030
Binary100100011001011011011101010011101111001010010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486516; }

 p { color: rgb(72,101,22); }

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

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

 a { background-color: rgb(72,101,22); }

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

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

 span { border-color: rgb(72,101,22); }

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