Html Css Color HEX #494F25 Army green

📋 copy color: '#494F25'

red 73 ◦ green 79 ◦ blue 37

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

Shades of Army green #494F25

Tints of Army green #494F25

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.8%

 BLUE value IS 37 (14.84% from 255) = 19.58%

R = 38.62%
G = 41.8%
B = 19.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.69

RGB Variations

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

Color information

#494F25 (or 0x494F25) is known color: Army green. HEX triplet: 49, 4F and 25. RGB value is (73,79,37). Sum of RGB (Red+Green+Blue) = 73+79+37=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #494F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F25 is #B6B0DA. Grayscale: #484848. Windows color (decimal): -11972827 or 2445129. OLE color: 2445129.

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

Color convert

RGB 73 79 37 -
CMYK 0.08 0 0.53 0.69
HSL 68.57º 0.36% 0.23% -
HSV(B) 68.57º 0.53% 0.31% -
XYZ 5.88 7.14 2.82 -
YUV 72.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 73 79 37 0.08 0 0.53 0.69 68.57 0.36 0.23
Hex 49 4F 25 8 0 35 45 45 24 17
Octal 111 117 45 10 0 65 105 105 44 27
Binary 1001001 1001111 100101 1000 0 110101 1000101 1000101 100100 10111

Color Harmonies of #494F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F25

Black with #494F25

Text Example


Text Example

White with #494F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,79,37); }

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

background-color css

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

 a { background-color: rgb(73,79,37); }

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

border-color css

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

 span { border-color: rgb(73,79,37); }

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