Html Css Color HEX #494E28 Army green

📋 copy color: '#494E28'

red 73 ◦ green 78 ◦ blue 40

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

Shades of Army green #494E28

Tints of Army green #494E28

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.84%

 BLUE value IS 40 (16.02% from 255) = 20.94%

R = 38.22%
G = 40.84%
B = 20.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#494E28 (or 0x494E28) is known color: Army green. HEX triplet: 49, 4E and 28. RGB value is (73,78,40). Sum of RGB (Red+Green+Blue) = 73+78+40=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #494E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E28 is #B6B1D7. Grayscale: #484848. Windows color (decimal): -11973080 or 2641481. OLE color: 2641481.

HSL color Cylindrical-coordinate representation of color #494E28: hue angle of 67.89º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494E28 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 78 40 -
CMYK 0.06 0 0.49 0.69
HSL 67.89º 0.32% 0.23% -
HSV(B) 67.89º 0.49% 0.31% -
XYZ 5.86 7.02 3.05 -
YUV 72.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 73 78 40 0.06 0 0.49 0.69 67.89 0.32 0.23
Hex 49 4E 28 6 0 31 45 44 20 17
Octal 111 116 50 6 0 61 105 104 40 27
Binary 1001001 1001110 101000 110 0 110001 1000101 1000100 100000 10111

Color Harmonies of #494E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E28

Black with #494E28

Text Example


Text Example

White with #494E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,78,40); }

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

background-color css

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

 a { background-color: rgb(73,78,40); }

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

border-color css

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

 span { border-color: rgb(73,78,40); }

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