Html Css Color HEX #494A23 Army green

📋 copy color: '#494A23'

red 73 ◦ green 74 ◦ blue 35

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

Shades of Army green #494A23

Tints of Army green #494A23

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.66%

 BLUE value IS 35 (14.06% from 255) = 19.23%

R = 40.11%
G = 40.66%
B = 19.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#494A23 (or 0x494A23) is known color: Army green. HEX triplet: 49, 4A and 23. RGB value is (73,74,35). Sum of RGB (Red+Green+Blue) = 73+74+35=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 74 - color contains mainly: green. Hex color #494A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A23 is #B6B5DC. Grayscale: #454545. Windows color (decimal): -11974109 or 2312777. OLE color: 2312777.

HSL color Cylindrical-coordinate representation of color #494A23: hue angle of 61.54º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494A23 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 74 35 -
CMYK 0.01 0 0.53 0.71
HSL 61.54º 0.36% 0.21% -
HSV(B) 61.54º 0.53% 0.29% -
XYZ 5.5 6.44 2.54 -
YUV 69.26 108.67 130.67 -
System Red Green Blue C M Y K H S L
Decimal 73 74 35 0.01 0 0.53 0.71 61.54 0.36 0.21
Hex 49 4A 23 1 0 35 47 3E 24 15
Octal 111 112 43 1 0 65 107 76 44 25
Binary 1001001 1001010 100011 1 0 110101 1000111 111110 100100 10101

Color Harmonies of #494A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494A23

Black with #494A23

Text Example


Text Example

White with #494A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,74,35); }

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

background-color css

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

 a { background-color: rgb(73,74,35); }

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

border-color css

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

 span { border-color: rgb(73,74,35); }

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