Html Css Color HEX #4A551F Army green

📋 copy color: '#4A551F'

red 74 ◦ green 85 ◦ blue 31

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

Shades of Army green #4A551F

Tints of Army green #4A551F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.32%

R = 38.95%
G = 44.74%
B = 16.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#4A551F (or 0x4A551F) is known color: Army green. HEX triplet: 4A, 55 and 1F. RGB value is (74,85,31). Sum of RGB (Red+Green+Blue) = 74+85+31=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #4A551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A551F is #B5AAE0. Grayscale: #4B4B4B. Windows color (decimal): -11905761 or 2053450. OLE color: 2053450.

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

Color convert

RGB 74 85 31 -
CMYK 0.13 0 0.64 0.67
HSL 72.22º 0.47% 0.23% -
HSV(B) 72.22º 0.64% 0.33% -
XYZ 6.32 8.05 2.52 -
YUV 75.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 74 85 31 0.13 0 0.64 0.67 72.22 0.47 0.23
Hex 4A 55 1F D 0 40 43 48 2F 17
Octal 112 125 37 15 0 100 103 110 57 27
Binary 1001010 1010101 11111 1101 0 1000000 1000011 1001000 101111 10111

Color Harmonies of #4A551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A551F

Black with #4A551F

Text Example


Text Example

White with #4A551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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