Html Css Color HEX #485021 Army green

📋 copy color: '#485021'

red 72 ◦ green 80 ◦ blue 33

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

Shades of Army green #485021

Tints of Army green #485021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.84%

R = 38.92%
G = 43.24%
B = 17.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#485021 (or 0x485021) is known color: Army green. HEX triplet: 48, 50 and 21. RGB value is (72,80,33). Sum of RGB (Red+Green+Blue) = 72+80+33=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #485021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485021 is #B7AFDE. Grayscale: #484848. Windows color (decimal): -12038111 or 2183240. OLE color: 2183240.

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

Color convert

RGB 72 80 33 -
CMYK 0.10 0 0.59 0.69
HSL 70.21º 0.42% 0.22% -
HSV(B) 70.21º 0.59% 0.31% -
XYZ 5.82 7.22 2.53 -
YUV 72.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 72 80 33 0.10 0 0.59 0.69 70.21 0.42 0.22
Hex 48 50 21 A 0 3B 45 46 2A 16
Octal 110 120 41 12 0 73 105 106 52 26
Binary 1001000 1010000 100001 1010 0 111011 1000101 1000110 101010 10110

Color Harmonies of #485021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485021

Black with #485021

Text Example


Text Example

White with #485021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485021; }

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

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

background-color css

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

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

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

border-color css

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

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

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