Html Css Color HEX #485120 Army green

📋 copy color: '#485120'

red 72 ◦ green 81 ◦ blue 32

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

Shades of Army green #485120

Tints of Army green #485120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.78%

 BLUE value IS 32 (12.89% from 255) = 17.3%

R = 38.92%
G = 43.78%
B = 17.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#485120 (or 0x485120) is known color: Army green. HEX triplet: 48, 51 and 20. RGB value is (72,81,32). Sum of RGB (Red+Green+Blue) = 72+81+32=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #485120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485120 is #B7AEDF. Grayscale: #484848. Windows color (decimal): -12037856 or 2117960. OLE color: 2117960.

HSL color Cylindrical-coordinate representation of color #485120: hue angle of 71.02º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #485120 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 81 32 -
CMYK 0.11 0 0.60 0.68
HSL 71.02º 0.43% 0.22% -
HSV(B) 71.02º 0.6% 0.32% -
XYZ 5.88 7.37 2.48 -
YUV 72.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 72 81 32 0.11 0 0.60 0.68 71.02 0.43 0.22
Hex 48 51 20 B 0 3C 44 47 2B 16
Octal 110 121 40 13 0 74 104 107 53 26
Binary 1001000 1010001 100000 1011 0 111100 1000100 1000111 101011 10110

Color Harmonies of #485120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485120

Black with #485120

Text Example


Text Example

White with #485120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485120; }

 p { color: rgb(72,81,32); }

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

background-color css

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

 a { background-color: rgb(72,81,32); }

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

border-color css

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

 span { border-color: rgb(72,81,32); }

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