Html Css Color HEX #485022 Army green

📋 copy color: '#485022'

red 72 ◦ green 80 ◦ blue 34

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

Shades of Army green #485022

Tints of Army green #485022

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.01%

 BLUE value IS 34 (13.67% from 255) = 18.28%

R = 38.71%
G = 43.01%
B = 18.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#485022 (or 0x485022) is known color: Army green. HEX triplet: 48, 50 and 22. RGB value is (72,80,34). Sum of RGB (Red+Green+Blue) = 72+80+34=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #485022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485022 is #B7AFDD. Grayscale: #484848. Windows color (decimal): -12038110 or 2248776. OLE color: 2248776.

HSL color Cylindrical-coordinate representation of color #485022: hue angle of 70.43º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #485022 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 80 34 -
CMYK 0.10 0 0.58 0.69
HSL 70.43º 0.4% 0.22% -
HSV(B) 70.43º 0.58% 0.31% -
XYZ 5.83 7.23 2.6 -
YUV 72.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 72 80 34 0.10 0 0.58 0.69 70.43 0.4 0.22
Hex 48 50 22 A 0 3A 45 46 28 16
Octal 110 120 42 12 0 72 105 106 50 26
Binary 1001000 1010000 100010 1010 0 111010 1000101 1000110 101000 10110

Color Harmonies of #485022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485022

Black with #485022

Text Example


Text Example

White with #485022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485022; }

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

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

background-color css

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

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

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

border-color css

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

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

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