#484719

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

Shades of Army green #484719

Tints of Army green #484719

Color information

#484719 (or 0x484719) is unknown color: approx Army green. HEX triplet: 48, 47 and 19. RGB value is (72,71,25). Sum of RGB (Red+Green+Blue) = 72+71+25=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #484719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484719 is #B7B8E6. Grayscale: #424242. Windows color (decimal): -12040423 or 1656648. OLE color: 1656648.

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

Color convert

RGB727125-
CMYK00.010.650.72
HSL58.72º48.45%19.02%-
HSV(B)58.72º65.28%28.24%-
XYZ5.15.951.8-
YUV66.05104.83132.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 71 (28.12% from 255) = 42.26%
BLUE value IS 25 (10.16% from 255) = 14.88%
R=42.86%
G=42.26%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72712500.010.650.7258.7248.4519.02
Hex4847190141483b3013
Octal1101073101101110736023
Binary1001000100011111001011000001100100011101111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484719; }

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

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

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

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

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

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

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

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