Html Css Color HEX #485723 Army green

📋 copy color: '#485723'

red 72 ◦ green 87 ◦ blue 35

#485723
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #485723

Tints of Army green #485723

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 value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#485723 (or 0x485723) is known color: 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

RGB 72 87 35 -
CMYK 0.17 0 0.60 0.66
HSL 77.31º 0.43% 0.24% -
HSV(B) 77.31º 0.6% 0.34% -
XYZ 6.38 8.32 2.86 -
YUV 76.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 72 87 35 0.17 0 0.60 0.66 77.31 0.43 0.24
Hex 48 57 23 11 0 3C 42 4D 2B 18
Octal 110 127 43 21 0 74 102 115 53 30
Binary 1001000 1010111 100011 10001 0 111100 1000010 1001101 101011 11000

Color Harmonies of #485723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485723

Black with #485723

Text Example


Text Example

White with #485723

Text Example


Text Example

HTML Codes & Css Web 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>