#484E21

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

Shades of Army green #484E21

Tints of Army green #484E21

Color information

#484E21 (or 0x484E21) is unknown color: approx Army green. HEX triplet: 48, 4E and 21. RGB value is (72,78,33). Sum of RGB (Red+Green+Blue) = 72+78+33=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 78 - color contains mainly: green. Hex color #484E21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E21 is #B7B1DE. Grayscale: #474747. Windows color (decimal): -12038623 or 2182728. OLE color: 2182728.

HSL color Cylindrical-coordinate representation of color #484E21: hue angle of 68º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #484E21 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB727833-
CMYK0.0800.580.69
HSL68º40.54%21.76%-
HSV(B)68º57.69%30.59%-
XYZ5.676.942.48-
YUV71.08106.51128.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 78 (30.86% from 255) = 42.62%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=39.34%
G=42.62%
B=18.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7278330.0800.580.696840.5421.76
Hex484E21803A45442916
Octal11011641100721051045126
Binary10010001001110100001100001110101000101100010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,78,33); }

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

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

 a { background-color: rgb(72,78,33); }

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

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

 span { border-color: rgb(72,78,33); }

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