#486118

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

Shades of Verdun Green #486118

Tints of Verdun Green #486118

Color information

#486118 (or 0x486118) is unknown color: approx Verdun Green. HEX triplet: 48, 61 and 18. RGB value is (72,97,24). Sum of RGB (Red+Green+Blue) = 72+97+24=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #486118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486118 is #B79EE7. Grayscale: #515151. Windows color (decimal): -12033768 or 1597768. OLE color: 1597768.

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

Color convert

RGB729724-
CMYK0.2600.750.62
HSL80.55º60.33%23.73%-
HSV(B)80.55º75.26%38.04%-
XYZ7.119.992.42-
YUV81.295.72121.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=37.31%
G=50.26%
B=12.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297240.2600.750.6280.5560.3323.73
Hex4861181A04B3E513c18
Octal11014130320113761217430
Binary10010001100001110001101001001011111110101000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486118; }

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

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

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

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

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

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

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

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