#484718

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

Shades of Army green #484718

Tints of Army green #484718

Color information

#484718 (or 0x484718) is unknown color: approx Army green. HEX triplet: 48, 47 and 18. RGB value is (72,71,24). Sum of RGB (Red+Green+Blue) = 72+71+24=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #484718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484718 is #B7B8E7. Grayscale: #424242. Windows color (decimal): -12040424 or 1591112. OLE color: 1591112.

HSL color Cylindrical-coordinate representation of color #484718: hue angle of 58.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #484718 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB727124-
CMYK00.010.670.72
HSL58.75º50%18.82%-
HSV(B)58.75º66.67%28.24%-
XYZ5.095.951.74-
YUV65.94104.33132.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 24 (9.77% from 255) = 14.37%
R=43.11%
G=42.51%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72712400.010.670.7258.755018.82
Hex4847180143483b3213
Octal1101073001103110736223
Binary1001000100011111000011000011100100011101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484718; }

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

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

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

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

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

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

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

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