#485723

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

Shades of Army green #485723

Tints of Army green #485723

Color information

#485723 (or 0x485723) is unknown color: approx Army green. HEX triplet: 48, 57 and 23. RGB value is (72,87,35). Sum of RGB (Red+Green+Blue) = 72+87+35=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 87 - color contains mainly: green. Hex color #485723 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485723 is #B7A8DC. Grayscale: #4C4C4C. Windows color (decimal): -12036317 or 2316104. OLE color: 2316104.

HSL color Cylindrical-coordinate representation of color #485723: hue angle of 77.31º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #485723 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB728735-
CMYK0.1700.600.66
HSL77.31º42.62%23.92%-
HSV(B)77.31º59.77%34.12%-
XYZ6.388.322.86-
YUV76.59104.53124.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 87 (34.38% from 255) = 44.85%
BLUE value IS 35 (14.06% from 255) = 18.04%
R=37.11%
G=44.85%
B=18.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7287350.1700.600.6677.3142.6223.92
Hex4857231103C424d2b18
Octal11012743210741021155330
Binary100100010101111000111000101111001000010100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485723; }

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

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

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

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

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

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

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

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