#486708

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

Shades of Verdun Green #486708

Tints of Verdun Green #486708

Color information

#486708 (or 0x486708) is unknown color: approx Verdun Green. HEX triplet: 48, 67 and 08. RGB value is (72,103,8). Sum of RGB (Red+Green+Blue) = 72+103+8=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 103 (40.62% from 255 or 56.28% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 103 - color contains mainly: green. Hex color #486708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486708 is #B798F7. Grayscale: #535353. Windows color (decimal): -12032248 or 550728. OLE color: 550728.

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

Color convert

RGB721038-
CMYK0.3000.920.60
HSL79.58º85.59%21.76%-
HSV(B)79.58º92.23%40.39%-
XYZ7.5711.11.97-
YUV82.985.73120.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 103 (40.62% from 255) = 56.28%
BLUE value IS 8 (3.52% from 255) = 4.37%
R=39.34%
G=56.28%
B=4.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7210380.3000.920.6079.5885.5921.76
Hex486781E05C3C505616
Octal110147103601347412012626
Binary10010001100111100011110010111001111001010000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486708; }

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

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

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

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

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

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

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

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