Html Css Color HEX #44461B Army green

📋 copy color: '#44461B'

red 68 ◦ green 70 ◦ blue 27

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

Shades of Army green #44461B

Tints of Army green #44461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.42%

 BLUE value IS 27 (10.94% from 255) = 16.36%

R = 41.21%
G = 42.42%
B = 16.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#44461B (or 0x44461B) is known color: Army green. HEX triplet: 44, 46 and 1B. RGB value is (68,70,27). Sum of RGB (Red+Green+Blue) = 68+70+27=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #44461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44461B is #BBB9E4. Grayscale: #404040. Windows color (decimal): -12302821 or 1787460. OLE color: 1787460.

HSL color Cylindrical-coordinate representation of color #44461B: hue angle of 62.79º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44461B is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 70 27 -
CMYK 0.03 0 0.61 0.73
HSL 62.79º 0.44% 0.19% -
HSV(B) 62.79º 0.61% 0.27% -
XYZ 4.77 5.69 1.88 -
YUV 64.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 68 70 27 0.03 0 0.61 0.73 62.79 0.44 0.19
Hex 44 46 1B 3 0 3D 49 3F 2C 13
Octal 104 106 33 3 0 75 111 77 54 23
Binary 1000100 1000110 11011 11 0 111101 1001001 111111 101100 10011

Color Harmonies of #44461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44461B

Black with #44461B

Text Example


Text Example

White with #44461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44461B; }

 p { color: rgb(68,70,27); }

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

background-color css

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

 a { background-color: rgb(68,70,27); }

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

border-color css

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

 span { border-color: rgb(68,70,27); }

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