Html Css Color HEX #44451A Army green

📋 copy color: '#44451A'

red 68 ◦ green 69 ◦ blue 26

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

Shades of Army green #44451A

Tints of Army green #44451A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.95%

R = 41.72%
G = 42.33%
B = 15.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#44451A (or 0x44451A) is known color: Army green. HEX triplet: 44, 45 and 1A. RGB value is (68,69,26). Sum of RGB (Red+Green+Blue) = 68+69+26=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #44451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44451A is #BBBAE5. Grayscale: #3F3F3F. Windows color (decimal): -12303078 or 1721668. OLE color: 1721668.

HSL color Cylindrical-coordinate representation of color #44451A: hue angle of 61.4º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44451A is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 69 26 -
CMYK 0.01 0 0.62 0.73
HSL 61.4º 0.45% 0.19% -
HSV(B) 61.4º 0.62% 0.27% -
XYZ 4.7 5.56 1.8 -
YUV 63.8 106.67 131 -
System Red Green Blue C M Y K H S L
Decimal 68 69 26 0.01 0 0.62 0.73 61.4 0.45 0.19
Hex 44 45 1A 1 0 3E 49 3D 2D 13
Octal 104 105 32 1 0 76 111 75 55 23
Binary 1000100 1000101 11010 1 0 111110 1001001 111101 101101 10011

Color Harmonies of #44451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44451A

Black with #44451A

Text Example


Text Example

White with #44451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44451A; }

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

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

background-color css

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

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

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

border-color css

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

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

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