#486F07

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

Shades of Verdun Green #486F07

Tints of Verdun Green #486F07

Color information

#486F07 (or 0x486F07) is unknown color: approx Verdun Green. HEX triplet: 48, 6F and 07. RGB value is (72,111,7). Sum of RGB (Red+Green+Blue) = 72+111+7=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 111 (43.75% from 255 or 58.42% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 111 - color contains mainly: green. Hex color #486F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F07 is #B790F8. Grayscale: #575757. Windows color (decimal): -12030201 or 487240. OLE color: 487240.

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

Color convert

RGB721117-
CMYK0.3500.940.56
HSL82.5º88.14%23.14%-
HSV(B)82.5º93.69%43.53%-
XYZ8.412.762.22-
YUV87.4882.58116.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 111 (43.75% from 255) = 58.42%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=37.89%
G=58.42%
B=3.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7211170.3500.940.5682.588.1423.14
Hex486F72305E38525817
Octal11015774301367012213027
Binary10010001101111111100011010111101110001010010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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