Html Css Color HEX #4A5528 Army green

📋 copy color: '#4A5528'

red 74 ◦ green 85 ◦ blue 40

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

Shades of Army green #4A5528

Tints of Army green #4A5528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.71%

 BLUE value IS 40 (16.02% from 255) = 20.1%

R = 37.19%
G = 42.71%
B = 20.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#4A5528 (or 0x4A5528) is known color: Army green. HEX triplet: 4A, 55 and 28. RGB value is (74,85,40). Sum of RGB (Red+Green+Blue) = 74+85+40=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5528 is #B5AAD7. Grayscale: #4C4C4C. Windows color (decimal): -11905752 or 2643274. OLE color: 2643274.

HSL color Cylindrical-coordinate representation of color #4A5528: hue angle of 74.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A5528 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 85 40 -
CMYK 0.13 0 0.53 0.67
HSL 74.67º 0.36% 0.25% -
HSV(B) 74.67º 0.53% 0.33% -
XYZ 6.46 8.11 3.23 -
YUV 76.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 74 85 40 0.13 0 0.53 0.67 74.67 0.36 0.25
Hex 4A 55 28 D 0 35 43 4B 24 19
Octal 112 125 50 15 0 65 103 113 44 31
Binary 1001010 1010101 101000 1101 0 110101 1000011 1001011 100100 11001

Color Harmonies of #4A5528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5528

Black with #4A5528

Text Example


Text Example

White with #4A5528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,85,40); }

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

background-color css

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

 a { background-color: rgb(74,85,40); }

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

border-color css

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

 span { border-color: rgb(74,85,40); }

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