#486F08

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

Shades of Verdun Green #486F08

Tints of Verdun Green #486F08

Color information

#486F08 (or 0x486F08) is unknown color: approx Verdun Green. HEX triplet: 48, 6F and 08. RGB value is (72,111,8). Sum of RGB (Red+Green+Blue) = 72+111+8=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 111 (43.75% from 255 or 58.12% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 111 - color contains mainly: green. Hex color #486F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F08 is #B790F7. Grayscale: #575757. Windows color (decimal): -12030200 or 552776. OLE color: 552776.

HSL color Cylindrical-coordinate representation of color #486F08: hue angle of 82.72º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #486F08 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB721118-
CMYK0.3500.930.56
HSL82.72º86.55%23.33%-
HSV(B)82.72º92.79%43.53%-
XYZ8.412.762.25-
YUV87.683.08116.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 111 (43.75% from 255) = 58.12%
BLUE value IS 8 (3.52% from 255) = 4.19%
R=37.70%
G=58.12%
B=4.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7211180.3500.930.5682.7286.5523.33
Hex486F82305D38535717
Octal110157104301357012312727
Binary100100011011111000100011010111011110001010011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486F08; }

 p { color: rgb(72,111,8); }

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

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

 a { background-color: rgb(72,111,8); }

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

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

 span { border-color: rgb(72,111,8); }

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