#484615

Color #484615 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #484615

Tints of Army green #484615

Color information

#484615 (or 0x484615) is unknown color: approx Army green. HEX triplet: 48, 46 and 15. RGB value is (72,70,21). Sum of RGB (Red+Green+Blue) = 72+70+21=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #484615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484615 is #B7B9EA. Grayscale: #414141. Windows color (decimal): -12040683 or 1394248. OLE color: 1394248.

HSL color Cylindrical-coordinate representation of color #484615: hue angle of 57.65º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #484615 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB727021-
CMYK00.030.710.72
HSL57.65º54.84%18.24%-
HSV(B)57.65º70.83%28.24%-
XYZ55.811.57-
YUV65.01103.16132.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=44.17%
G=42.94%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72702100.030.710.7257.6554.8418.24
Hex4846150347483a3712
Octal1101062503107110726722
Binary10010001000110101010111000111100100011101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484615; }

 p { color: rgb(72,70,21); }

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

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

 a { background-color: rgb(72,70,21); }

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

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

 span { border-color: rgb(72,70,21); }

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