Html Css Color HEX #4A5527 Army green

📋 copy color: '#4A5527'

red 74 ◦ green 85 ◦ blue 39

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

Shades of Army green #4A5527

Tints of Army green #4A5527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.7%

R = 37.37%
G = 42.93%
B = 19.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#4A5527 (or 0x4A5527) is known color: Army green. HEX triplet: 4A, 55 and 27. RGB value is (74,85,39). Sum of RGB (Red+Green+Blue) = 74+85+39=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5527 is #B5AAD8. Grayscale: #4C4C4C. Windows color (decimal): -11905753 or 2577738. OLE color: 2577738.

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

Color convert

RGB 74 85 39 -
CMYK 0.13 0 0.54 0.67
HSL 74.35º 0.37% 0.24% -
HSV(B) 74.35º 0.54% 0.33% -
XYZ 6.44 8.1 3.14 -
YUV 76.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 74 85 39 0.13 0 0.54 0.67 74.35 0.37 0.24
Hex 4A 55 27 D 0 36 43 4A 25 18
Octal 112 125 47 15 0 66 103 112 45 30
Binary 1001010 1010101 100111 1101 0 110110 1000011 1001010 100101 11000

Color Harmonies of #4A5527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5527

Black with #4A5527

Text Example


Text Example

White with #4A5527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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