#486508

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

Shades of Verdun Green #486508

Tints of Verdun Green #486508

Color information

#486508 (or 0x486508) is unknown color: approx Verdun Green. HEX triplet: 48, 65 and 08. RGB value is (72,101,8). Sum of RGB (Red+Green+Blue) = 72+101+8=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #486508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486508 is #B79AF7. Grayscale: #525252. Windows color (decimal): -12032760 or 550216. OLE color: 550216.

HSL color Cylindrical-coordinate representation of color #486508: hue angle of 78.71º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #486508 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB721018-
CMYK0.2900.920.60
HSL78.71º85.32%21.37%-
HSV(B)78.71º92.08%39.61%-
XYZ7.3710.71.91-
YUV81.7386.39121.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 101 (39.84% from 255) = 55.80%
BLUE value IS 8 (3.52% from 255) = 4.42%
R=39.78%
G=55.80%
B=4.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7210180.2900.920.6078.7185.3221.37
Hex486581D05C3C4f5515
Octal110145103501347411712525
Binary10010001100101100011101010111001111001001111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486508; }

 p { color: rgb(72,101,8); }

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

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

 a { background-color: rgb(72,101,8); }

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

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

 span { border-color: rgb(72,101,8); }

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