Html Css Color HEX #485423 Army green

📋 copy color: '#485423'

red 72 ◦ green 84 ◦ blue 35

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

Shades of Army green #485423

Tints of Army green #485423

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.98%

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

R = 37.7%
G = 43.98%
B = 18.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#485423 (or 0x485423) is known color: Army green. HEX triplet: 48, 54 and 23. RGB value is (72,84,35). Sum of RGB (Red+Green+Blue) = 72+84+35=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #485423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485423 is #B7ABDC. Grayscale: #4B4B4B. Windows color (decimal): -12037085 or 2315336. OLE color: 2315336.

HSL color Cylindrical-coordinate representation of color #485423: hue angle of 74.69º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #485423 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 35 -
CMYK 0.14 0 0.58 0.67
HSL 74.69º 0.41% 0.23% -
HSV(B) 74.69º 0.58% 0.33% -
XYZ 6.15 7.84 2.78 -
YUV 74.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 72 84 35 0.14 0 0.58 0.67 74.69 0.41 0.23
Hex 48 54 23 E 0 3A 43 4B 29 17
Octal 110 124 43 16 0 72 103 113 51 27
Binary 1001000 1010100 100011 1110 0 111010 1000011 1001011 101001 10111

Color Harmonies of #485423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485423

Black with #485423

Text Example


Text Example

White with #485423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485423; }

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

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

background-color css

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

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

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

border-color css

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

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

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