#486600

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

Shades of Verdun Green #486600

Tints of Verdun Green #486600

Color information

#486600 (or 0x486600) is unknown color: approx Verdun Green. HEX triplet: 48, 66 and 00. RGB value is (72,102,0). Sum of RGB (Red+Green+Blue) = 72+102+0=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #486600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486600 is #B799FF. Grayscale: #515151. Windows color (decimal): -12032512 or 26184. OLE color: 26184.

HSL color Cylindrical-coordinate representation of color #486600: hue angle of 77.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #486600 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB721020-
CMYK0.29010.6
HSL77.65º100%20%-
HSV(B)77.65º100%40%-
XYZ7.4210.881.71-
YUV81.482.06121.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 102 (40.23% from 255) = 58.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.38%
G=58.62%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7210200.29010.677.6510020
Hex486601D0643C4e6414
Octal11014603501447411614424
Binary10010001100110011101011001001111001001110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486600; }

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

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

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

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

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

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

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

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