Html Css Color HEX #4A5426 Army green

📋 copy color: '#4A5426'

red 74 ◦ green 84 ◦ blue 38

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

Shades of Army green #4A5426

Tints of Army green #4A5426

RGB

 RED value IS 74 (29.3% from 255) = 37.76%

 GREEN value IS 84 (33.2% from 255) = 42.86%

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

R = 37.76%
G = 42.86%
B = 19.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#4A5426 (or 0x4A5426) is known color: Army green. HEX triplet: 4A, 54 and 26. RGB value is (74,84,38). Sum of RGB (Red+Green+Blue) = 74+84+38=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5426 is #B5ABD9. Grayscale: #4B4B4B. Windows color (decimal): -11906010 or 2511946. OLE color: 2511946.

HSL color Cylindrical-coordinate representation of color #4A5426: hue angle of 73.04º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A5426 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 84 38 -
CMYK 0.12 0 0.55 0.67
HSL 73.04º 0.38% 0.24% -
HSV(B) 73.04º 0.55% 0.33% -
XYZ 6.34 7.94 3.03 -
YUV 75.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 74 84 38 0.12 0 0.55 0.67 73.04 0.38 0.24
Hex 4A 54 26 C 0 37 43 49 26 18
Octal 112 124 46 14 0 67 103 111 46 30
Binary 1001010 1010100 100110 1100 0 110111 1000011 1001001 100110 11000

Color Harmonies of #4A5426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5426

Black with #4A5426

Text Example


Text Example

White with #4A5426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A5426; }

 p { color: rgb(74,84,38); }

 H1.HeaderClassName
 {
   color: #4A5426;
 }
 .AnyTagClassName
 {
   color: #4A5426;
 }
</style>

background-color css

<style>
 a { background-color: #4A5426; }

 a { background-color: rgb(74,84,38); }

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

border-color css

<style>
 span { border-color: #4A5426; }

 span { border-color: rgb(74,84,38); }

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