Html Css Color HEX #485623 Army green

📋 copy color: '#485623'

red 72 ◦ green 86 ◦ blue 35

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

Shades of Army green #485623

Tints of Army green #485623

RGB

 RED value IS 72 (28.52% from 255) = 37.31%

 GREEN value IS 86 (33.98% from 255) = 44.56%

 BLUE value IS 35 (14.06% from 255) = 18.13%

R = 37.31%
G = 44.56%
B = 18.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#485623 (or 0x485623) is known color: Army green. HEX triplet: 48, 56 and 23. RGB value is (72,86,35). Sum of RGB (Red+Green+Blue) = 72+86+35=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #485623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485623 is #B7A9DC. Grayscale: #4C4C4C. Windows color (decimal): -12036573 or 2315848. OLE color: 2315848.

HSL color Cylindrical-coordinate representation of color #485623: hue angle of 76.47º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #485623 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 86 35 -
CMYK 0.16 0 0.59 0.66
HSL 76.47º 0.42% 0.24% -
HSV(B) 76.47º 0.59% 0.34% -
XYZ 6.3 8.15 2.83 -
YUV 76 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 72 86 35 0.16 0 0.59 0.66 76.47 0.42 0.24
Hex 48 56 23 10 0 3B 42 4C 2A 18
Octal 110 126 43 20 0 73 102 114 52 30
Binary 1001000 1010110 100011 10000 0 111011 1000010 1001100 101010 11000

Color Harmonies of #485623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485623

Black with #485623

Text Example


Text Example

White with #485623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485623; }

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

 H1.HeaderClassName
 {
   color: #485623;
 }
 .AnyTagClassName
 {
   color: #485623;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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