#486311

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

Shades of Verdun Green #486311

Tints of Verdun Green #486311

Color information

#486311 (or 0x486311) is unknown color: approx Verdun Green. HEX triplet: 48, 63 and 11. RGB value is (72,99,17). Sum of RGB (Red+Green+Blue) = 72+99+17=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #486311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486311 is #B79CEE. Grayscale: #515151. Windows color (decimal): -12033263 or 1139528. OLE color: 1139528.

HSL color Cylindrical-coordinate representation of color #486311: hue angle of 79.76º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #486311 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB729917-
CMYK0.2700.830.61
HSL79.76º70.69%22.75%-
HSV(B)79.76º82.83%38.82%-
XYZ7.2410.342.15-
YUV81.5891.55121.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 99 (39.06% from 255) = 52.66%
BLUE value IS 17 (7.03% from 255) = 9.04%
R=38.30%
G=52.66%
B=9.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299170.2700.830.6179.7670.6922.75
Hex4863111B0533D504717
Octal110143213301237512010727
Binary100100011000111000111011010100111111011010000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486311; }

 p { color: rgb(72,99,17); }

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

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

 a { background-color: rgb(72,99,17); }

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

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

 span { border-color: rgb(72,99,17); }

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