#484A23

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

Shades of Army green #484A23

Tints of Army green #484A23

Color information

#484A23 (or 0x484A23) is unknown color: approx Army green. HEX triplet: 48, 4A and 23. RGB value is (72,74,35). Sum of RGB (Red+Green+Blue) = 72+74+35=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 74 - color contains mainly: green. Hex color #484A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A23 is #B7B5DC. Grayscale: #454545. Windows color (decimal): -12039645 or 2312776. OLE color: 2312776.

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

Color convert

RGB727435-
CMYK0.0300.530.71
HSL63.08º35.78%21.37%-
HSV(B)63.08º52.7%29.02%-
XYZ5.426.42.54-
YUV68.96108.84130.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 74 (29.30% from 255) = 40.88%
BLUE value IS 35 (14.06% from 255) = 19.34%
R=39.78%
G=40.88%
B=19.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7274350.0300.530.7163.0835.7821.37
Hex484A233035473f2415
Octal110112433065107774425
Binary10010001001010100011110110101100011111111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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