#485522

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

Shades of Army green #485522

Tints of Army green #485522

Color information

#485522 (or 0x485522) is unknown color: approx Army green. HEX triplet: 48, 55 and 22. RGB value is (72,85,34). Sum of RGB (Red+Green+Blue) = 72+85+34=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #485522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485522 is #B7AADD. Grayscale: #4B4B4B. Windows color (decimal): -12036830 or 2250056. OLE color: 2250056.

HSL color Cylindrical-coordinate representation of color #485522: hue angle of 75.29º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #485522 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB728534-
CMYK0.1500.600.67
HSL75.29º42.86%23.33%-
HSV(B)75.29º60%33.33%-
XYZ6.217.992.73-
YUV75.3104.69125.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 34 (13.67% from 255) = 17.80%
R=37.70%
G=44.50%
B=17.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285340.1500.600.6775.2942.8623.33
Hex485522F03C434b2b17
Octal11012542170741031135327
Binary10010001010101100010111101111001000011100101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485522; }

 p { color: rgb(72,85,34); }

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

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

 a { background-color: rgb(72,85,34); }

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

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

 span { border-color: rgb(72,85,34); }

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