#484A18

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

Shades of Army green #484A18

Tints of Army green #484A18

Color information

#484A18 (or 0x484A18) is unknown color: approx Army green. HEX triplet: 48, 4A and 18. RGB value is (72,74,24). Sum of RGB (Red+Green+Blue) = 72+74+24=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 74 - color contains mainly: green. Hex color #484A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484A18 is #B7B5E7. Grayscale: #434343. Windows color (decimal): -12039656 or 1591880. OLE color: 1591880.

HSL color Cylindrical-coordinate representation of color #484A18: hue angle of 62.4º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484A18 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB727424-
CMYK0.0300.680.71
HSL62.4º51.02%19.22%-
HSV(B)62.4º67.57%29.02%-
XYZ5.296.341.81-
YUV67.7103.34131.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 74 (29.30% from 255) = 43.53%
BLUE value IS 24 (9.77% from 255) = 14.12%
R=42.35%
G=43.53%
B=14.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7274240.0300.680.7162.451.0219.22
Hex484A183044473e3313
Octal1101123030104107766323
Binary10010001001010110001101000100100011111111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484A18; }

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

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

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

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

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

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

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

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