#486D07

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

Shades of Verdun Green #486D07

Tints of Verdun Green #486D07

Color information

#486D07 (or 0x486D07) is unknown color: approx Verdun Green. HEX triplet: 48, 6D and 07. RGB value is (72,109,7). Sum of RGB (Red+Green+Blue) = 72+109+7=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 109 (42.97% from 255 or 57.98% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 109 - color contains mainly: green. Hex color #486D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486D07 is #B792F8. Grayscale: #565656. Windows color (decimal): -12030713 or 486728. OLE color: 486728.

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

Color convert

RGB721097-
CMYK0.3400.940.57
HSL81.76º87.93%22.75%-
HSV(B)81.76º93.58%42.75%-
XYZ8.1812.332.15-
YUV86.3183.24117.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 109 (42.97% from 255) = 57.98%
BLUE value IS 7 (3.12% from 255) = 3.72%
R=38.30%
G=57.98%
B=3.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7210970.3400.940.5781.7687.9322.75
Hex486D72205E39525817
Octal11015574201367112213027
Binary10010001101101111100010010111101110011010010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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