#486F00

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

Shades of Verdun Green #486F00

Tints of Verdun Green #486F00

Color information

#486F00 (or 0x486F00) is unknown color: approx Verdun Green. HEX triplet: 48, 6F and 00. RGB value is (72,111,0). Sum of RGB (Red+Green+Blue) = 72+111+0=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #486F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F00 is #B790FF. Grayscale: #575757. Windows color (decimal): -12030208 or 28488. OLE color: 28488.

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

Color convert

RGB721110-
CMYK0.35010.56
HSL81.08º100%21.76%-
HSV(B)81.08º100%43.53%-
XYZ8.3612.752.02-
YUV86.6879.08117.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 111 (43.75% from 255) = 60.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.34%
G=60.66%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7211100.35010.5681.0810021.76
Hex486F02306438516416
Octal11015704301447012114426
Binary100100011011110100011011001001110001010001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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