#486104

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

Shades of Verdun Green #486104

Tints of Verdun Green #486104

Color information

#486104 (or 0x486104) is unknown color: approx Verdun Green. HEX triplet: 48, 61 and 04. RGB value is (72,97,4). Sum of RGB (Red+Green+Blue) = 72+97+4=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #486104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486104 is #B79EFB. Grayscale: #4F4F4F. Windows color (decimal): -12033788 or 287048. OLE color: 287048.

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

Color convert

RGB72974-
CMYK0.2600.960.62
HSL76.13º92.08%19.8%-
HSV(B)76.13º95.88%38.04%-
XYZ6.979.941.67-
YUV78.9285.72123.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 97 (38.28% from 255) = 56.07%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=41.62%
G=56.07%
B=2.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal729740.2600.960.6276.1392.0819.8
Hex486141A0603E4c5c14
Octal11014143201407611413424
Binary1001000110000110011010011000001111101001100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486104; }

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

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

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

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

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

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

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

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