Html Css Color HEX #44451D Army green

📋 copy color: '#44451D'

red 68 ◦ green 69 ◦ blue 29

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

Shades of Army green #44451D

Tints of Army green #44451D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.47%

R = 40.96%
G = 41.57%
B = 17.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#44451D (or 0x44451D) is known color: Army green. HEX triplet: 44, 45 and 1D. RGB value is (68,69,29). Sum of RGB (Red+Green+Blue) = 68+69+29=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #44451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44451D is #BBBAE2. Grayscale: #404040. Windows color (decimal): -12303075 or 1918276. OLE color: 1918276.

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

Color convert

RGB 68 69 29 -
CMYK 0.01 0 0.58 0.73
HSL 61.5º 0.41% 0.19% -
HSV(B) 61.5º 0.58% 0.27% -
XYZ 4.73 5.57 1.99 -
YUV 64.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 68 69 29 0.01 0 0.58 0.73 61.5 0.41 0.19
Hex 44 45 1D 1 0 3A 49 3E 29 13
Octal 104 105 35 1 0 72 111 76 51 23
Binary 1000100 1000101 11101 1 0 111010 1001001 111110 101001 10011

Color Harmonies of #44451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44451D

Black with #44451D

Text Example


Text Example

White with #44451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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