Html Css Color HEX #444521 Army green

📋 copy color: '#444521'

red 68 ◦ green 69 ◦ blue 33

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

Shades of Army green #444521

Tints of Army green #444521

RGB

 RED value IS 68 (26.95% from 255) = 40%

 GREEN value IS 69 (27.34% from 255) = 40.59%

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

R = 40%
G = 40.59%
B = 19.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#444521 (or 0x444521) is known color: Army green. HEX triplet: 44, 45 and 21. RGB value is (68,69,33). Sum of RGB (Red+Green+Blue) = 68+69+33=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 69 - color contains mainly: green. Hex color #444521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444521 is #BBBADE. Grayscale: #404040. Windows color (decimal): -12303071 or 2180420. OLE color: 2180420.

HSL color Cylindrical-coordinate representation of color #444521: hue angle of 61.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #444521 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 69 33 -
CMYK 0.01 0 0.52 0.73
HSL 61.67º 0.35% 0.2% -
HSV(B) 61.67º 0.52% 0.27% -
XYZ 4.79 5.59 2.27 -
YUV 64.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 68 69 33 0.01 0 0.52 0.73 61.67 0.35 0.2
Hex 44 45 21 1 0 34 49 3E 23 14
Octal 104 105 41 1 0 64 111 76 43 24
Binary 1000100 1000101 100001 1 0 110100 1001001 111110 100011 10100

Color Harmonies of #444521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444521

Black with #444521

Text Example


Text Example

White with #444521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444521; }

 p { color: rgb(68,69,33); }

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

background-color css

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

 a { background-color: rgb(68,69,33); }

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

border-color css

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

 span { border-color: rgb(68,69,33); }

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