#485022

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

Shades of Army green #485022

Tints of Army green #485022

Color information

#485022 (or 0x485022) is unknown color: approx Army green. HEX triplet: 48, 50 and 22. RGB value is (72,80,34). Sum of RGB (Red+Green+Blue) = 72+80+34=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #485022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485022 is #B7AFDD. Grayscale: #484848. Windows color (decimal): -12038110 or 2248776. OLE color: 2248776.

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

Color convert

RGB728034-
CMYK0.1000.580.69
HSL70.43º40.35%22.35%-
HSV(B)70.43º57.5%31.37%-
XYZ5.837.232.6-
YUV72.36106.35127.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 34 (13.67% from 255) = 18.28%
R=38.71%
G=43.01%
B=18.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280340.1000.580.6970.4340.3522.35
Hex485022A03A45462816
Octal11012042120721051065026
Binary10010001010000100010101001110101000101100011010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485022; }

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

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

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

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

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

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

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

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