#486E00

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

Shades of Verdun Green #486E00

Tints of Verdun Green #486E00

Color information

#486E00 (or 0x486E00) is unknown color: approx Verdun Green. HEX triplet: 48, 6E and 00. RGB value is (72,110,0). Sum of RGB (Red+Green+Blue) = 72+110+0=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 110 (43.36% from 255 or 60.44% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 110 - color contains mainly: green. Hex color #486E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486E00 is #B791FF. Grayscale: #565656. Windows color (decimal): -12030464 or 28232. OLE color: 28232.

HSL color Cylindrical-coordinate representation of color #486E00: hue angle of 80.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #486E00 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB721100-
CMYK0.35010.57
HSL80.73º100%21.57%-
HSV(B)80.73º100%43.14%-
XYZ8.2512.531.98-
YUV86.179.41117.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 110 (43.36% from 255) = 60.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.56%
G=60.44%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7211000.35010.5780.7310021.57
Hex486E02306439516416
Octal11015604301447112114426
Binary100100011011100100011011001001110011010001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,110,0); }

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

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

 a { background-color: rgb(72,110,0); }

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

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

 span { border-color: rgb(72,110,0); }

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