Html Css Color HEX #494D1B Army green

📋 copy color: '#494D1B'

red 73 ◦ green 77 ◦ blue 27

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

Shades of Army green #494D1B

Tints of Army green #494D1B

RGB

 RED value IS 73 (28.91% from 255) = 41.24%

 GREEN value IS 77 (30.47% from 255) = 43.5%

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

R = 41.24%
G = 43.5%
B = 15.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#494D1B (or 0x494D1B) is known color: Army green. HEX triplet: 49, 4D and 1B. RGB value is (73,77,27). Sum of RGB (Red+Green+Blue) = 73+77+27=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #494D1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D1B is #B6B2E4. Grayscale: #464646. Windows color (decimal): -11973349 or 1789257. OLE color: 1789257.

HSL color Cylindrical-coordinate representation of color #494D1B: hue angle of 64.8º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #494D1B is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 77 27 -
CMYK 0.05 0 0.65 0.70
HSL 64.8º 0.48% 0.2% -
HSV(B) 64.8º 0.65% 0.3% -
XYZ 5.6 6.8 2.05 -
YUV 70.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 73 77 27 0.05 0 0.65 0.70 64.8 0.48 0.2
Hex 49 4D 1B 5 0 41 46 41 30 14
Octal 111 115 33 5 0 101 106 101 60 24
Binary 1001001 1001101 11011 101 0 1000001 1000110 1000001 110000 10100

Color Harmonies of #494D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D1B

Black with #494D1B

Text Example


Text Example

White with #494D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494D1B; }

 p { color: rgb(73,77,27); }

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

background-color css

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

 a { background-color: rgb(73,77,27); }

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

border-color css

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

 span { border-color: rgb(73,77,27); }

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