Html Css Color HEX #494E1A Army green

📋 copy color: '#494E1A'

red 73 ◦ green 78 ◦ blue 26

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

Shades of Army green #494E1A

Tints of Army green #494E1A

RGB

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

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

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

R = 41.24%
G = 44.07%
B = 14.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#494E1A (or 0x494E1A) is known color: Army green. HEX triplet: 49, 4E and 1A. RGB value is (73,78,26). Sum of RGB (Red+Green+Blue) = 73+78+26=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 78 - color contains mainly: green. Hex color #494E1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E1A is #B6B1E5. Grayscale: #464646. Windows color (decimal): -11973094 or 1723977. OLE color: 1723977.

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

Color convert

RGB 73 78 26 -
CMYK 0.06 0 0.67 0.69
HSL 65.77º 0.5% 0.2% -
HSV(B) 65.77º 0.67% 0.31% -
XYZ 5.66 6.94 2.02 -
YUV 70.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 73 78 26 0.06 0 0.67 0.69 65.77 0.5 0.2
Hex 49 4E 1A 6 0 43 45 42 32 14
Octal 111 116 32 6 0 103 105 102 62 24
Binary 1001001 1001110 11010 110 0 1000011 1000101 1000010 110010 10100

Color Harmonies of #494E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E1A

Black with #494E1A

Text Example


Text Example

White with #494E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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