Html Css Color HEX #444B20 Army green

📋 copy color: '#444B20'

red 68 ◦ green 75 ◦ blue 32

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

Shades of Army green #444B20

Tints of Army green #444B20

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.86%

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

R = 38.86%
G = 42.86%
B = 18.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#444B20 (or 0x444B20) is known color: Army green. HEX triplet: 44, 4B and 20. RGB value is (68,75,32). Sum of RGB (Red+Green+Blue) = 68+75+32=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 75 - color contains mainly: green. Hex color #444B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B20 is #BBB4DF. Grayscale: #444444. Windows color (decimal): -12301536 or 2116420. OLE color: 2116420.

HSL color Cylindrical-coordinate representation of color #444B20: hue angle of 69.77º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #444B20 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 75 32 -
CMYK 0.09 0 0.57 0.71
HSL 69.77º 0.4% 0.21% -
HSV(B) 69.77º 0.57% 0.29% -
XYZ 5.16 6.37 2.32 -
YUV 68.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 68 75 32 0.09 0 0.57 0.71 69.77 0.4 0.21
Hex 44 4B 20 9 0 39 47 46 28 15
Octal 104 113 40 11 0 71 107 106 50 25
Binary 1000100 1001011 100000 1001 0 111001 1000111 1000110 101000 10101

Color Harmonies of #444B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444B20

Black with #444B20

Text Example


Text Example

White with #444B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444B20; }

 p { color: rgb(68,75,32); }

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

background-color css

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

 a { background-color: rgb(68,75,32); }

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

border-color css

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

 span { border-color: rgb(68,75,32); }

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