Html Css Color HEX #494B19 Army green

📋 copy color: '#494B19'

red 73 ◦ green 75 ◦ blue 25

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

Shades of Army green #494B19

Tints of Army green #494B19

RGB

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

 GREEN value IS 75 (29.69% from 255) = 43.35%

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 42.2%
G = 43.35%
B = 14.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#494B19 (or 0x494B19) is known color: Army green. HEX triplet: 49, 4B and 19. RGB value is (73,75,25). Sum of RGB (Red+Green+Blue) = 73+75+25=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #494B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494B19 is #B6B4E6. Grayscale: #444444. Windows color (decimal): -11973863 or 1657673. OLE color: 1657673.

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

Color convert

RGB 73 75 25 -
CMYK 0.03 0 0.67 0.71
HSL 62.4º 0.5% 0.2% -
HSV(B) 62.4º 0.67% 0.29% -
XYZ 5.44 6.52 1.89 -
YUV 68.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 73 75 25 0.03 0 0.67 0.71 62.4 0.5 0.2
Hex 49 4B 19 3 0 43 47 3E 32 14
Octal 111 113 31 3 0 103 107 76 62 24
Binary 1001001 1001011 11001 11 0 1000011 1000111 111110 110010 10100

Color Harmonies of #494B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494B19

Black with #494B19

Text Example


Text Example

White with #494B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,75,25); }

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

background-color css

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

 a { background-color: rgb(73,75,25); }

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

border-color css

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

 span { border-color: rgb(73,75,25); }

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