#486106

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

Shades of Verdun Green #486106

Tints of Verdun Green #486106

Color information

#486106 (or 0x486106) is unknown color: approx Verdun Green. HEX triplet: 48, 61 and 06. RGB value is (72,97,6). Sum of RGB (Red+Green+Blue) = 72+97+6=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #486106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486106 is #B79EF9. Grayscale: #4F4F4F. Windows color (decimal): -12033786 or 418120. OLE color: 418120.

HSL color Cylindrical-coordinate representation of color #486106: hue angle of 76.48º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #486106 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB72976-
CMYK0.2600.940.62
HSL76.48º88.35%20.2%-
HSV(B)76.48º93.81%38.04%-
XYZ6.989.941.72-
YUV79.1586.72122.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.14%
GREEN value IS 97 (38.28% from 255) = 55.43%
BLUE value IS 6 (2.73% from 255) = 3.43%
R=41.14%
G=55.43%
B=3.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal729760.2600.940.6276.4888.3520.2
Hex486161A05E3E4c5814
Octal11014163201367611413024
Binary1001000110000111011010010111101111101001100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486106; }

 p { color: rgb(72,97,6); }

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

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

 a { background-color: rgb(72,97,6); }

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

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

 span { border-color: rgb(72,97,6); }

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