Html Css Color HEX #494C26 Army green

📋 copy color: '#494C26'

red 73 ◦ green 76 ◦ blue 38

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

Shades of Army green #494C26

Tints of Army green #494C26

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.64%

 BLUE value IS 38 (15.23% from 255) = 20.32%

R = 39.04%
G = 40.64%
B = 20.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.5

 K value IS 0.70

RGB Variations

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

Color information

#494C26 (or 0x494C26) is known color: Army green. HEX triplet: 49, 4C and 26. RGB value is (73,76,38). Sum of RGB (Red+Green+Blue) = 73+76+38=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #494C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C26 is #B6B3D9. Grayscale: #464646. Windows color (decimal): -11973594 or 2509897. OLE color: 2509897.

HSL color Cylindrical-coordinate representation of color #494C26: hue angle of 64.74º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #494C26 is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 76 38 -
CMYK 0.04 0 0.5 0.70
HSL 64.74º 0.33% 0.22% -
HSV(B) 64.74º 0.5% 0.3% -
XYZ 5.68 6.73 2.83 -
YUV 70.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 73 76 38 0.04 0 0.5 0.70 64.74 0.33 0.22
Hex 49 4C 26 4 0 32 46 41 21 16
Octal 111 114 46 4 0 62 106 101 41 26
Binary 1001001 1001100 100110 100 0 110010 1000110 1000001 100001 10110

Color Harmonies of #494C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C26

Black with #494C26

Text Example


Text Example

White with #494C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,76,38); }

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

background-color css

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

 a { background-color: rgb(73,76,38); }

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

border-color css

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

 span { border-color: rgb(73,76,38); }

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