Html Css Color HEX #485122 Army green

📋 copy color: '#485122'

red 72 ◦ green 81 ◦ blue 34

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

Shades of Army green #485122

Tints of Army green #485122

RGB

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

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

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

R = 38.5%
G = 43.32%
B = 18.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#485122 (or 0x485122) is known color: Army green. HEX triplet: 48, 51 and 22. RGB value is (72,81,34). Sum of RGB (Red+Green+Blue) = 72+81+34=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #485122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485122 is #B7AEDD. Grayscale: #494949. Windows color (decimal): -12037854 or 2249032. OLE color: 2249032.

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

Color convert

RGB 72 81 34 -
CMYK 0.11 0 0.58 0.68
HSL 71.49º 0.41% 0.23% -
HSV(B) 71.49º 0.58% 0.32% -
XYZ 5.9 7.38 2.63 -
YUV 72.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 72 81 34 0.11 0 0.58 0.68 71.49 0.41 0.23
Hex 48 51 22 B 0 3A 44 47 29 17
Octal 110 121 42 13 0 72 104 107 51 27
Binary 1001000 1010001 100010 1011 0 111010 1000100 1000111 101001 10111

Color Harmonies of #485122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485122

Black with #485122

Text Example


Text Example

White with #485122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485122; }

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

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

background-color css

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

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

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

border-color css

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

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

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