#485024

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

Shades of Army green #485024

Tints of Army green #485024

Color information

#485024 (or 0x485024) is unknown color: approx Army green. HEX triplet: 48, 50 and 24. RGB value is (72,80,36). Sum of RGB (Red+Green+Blue) = 72+80+36=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #485024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485024 is #B7AFDB. Grayscale: #484848. Windows color (decimal): -12038108 or 2379848. OLE color: 2379848.

HSL color Cylindrical-coordinate representation of color #485024: hue angle of 70.91º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #485024 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB728036-
CMYK0.1000.550.69
HSL70.91º37.93%22.75%-
HSV(B)70.91º55%31.37%-
XYZ5.867.242.76-
YUV72.59107.35127.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 80 (31.64% from 255) = 42.55%
BLUE value IS 36 (14.45% from 255) = 19.15%
R=38.30%
G=42.55%
B=19.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280360.1000.550.6970.9137.9322.75
Hex485024A03745472617
Octal11012044120671051074627
Binary10010001010000100100101001101111000101100011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485024; }

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

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

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

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

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

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

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

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