#486810

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

Shades of Verdun Green #486810

Tints of Verdun Green #486810

Color information

#486810 (or 0x486810) is unknown color: approx Verdun Green. HEX triplet: 48, 68 and 10. RGB value is (72,104,16). Sum of RGB (Red+Green+Blue) = 72+104+16=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #486810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486810 is #B797EF. Grayscale: #545454. Windows color (decimal): -12031984 or 1075272. OLE color: 1075272.

HSL color Cylindrical-coordinate representation of color #486810: hue angle of 81.82º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #486810 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB7210416-
CMYK0.3100.850.59
HSL81.82º73.33%23.53%-
HSV(B)81.82º84.62%40.78%-
XYZ7.7211.322.27-
YUV84.489.4119.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 104 (41.02% from 255) = 54.17%
BLUE value IS 16 (6.64% from 255) = 8.33%
R=37.5%
G=54.17%
B=8.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104160.3100.850.5981.8273.3323.53
Hex4868101F0553B524918
Octal110150203701257312211130
Binary100100011010001000011111010101011110111010010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486810; }

 p { color: rgb(72,104,16); }

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

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

 a { background-color: rgb(72,104,16); }

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

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

 span { border-color: rgb(72,104,16); }

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