Html Css Color HEX #4A521F Army green

📋 copy color: '#4A521F'

red 74 ◦ green 82 ◦ blue 31

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

Shades of Army green #4A521F

Tints of Army green #4A521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.85%

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

R = 39.57%
G = 43.85%
B = 16.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#4A521F (or 0x4A521F) is known color: Army green. HEX triplet: 4A, 52 and 1F. RGB value is (74,82,31). Sum of RGB (Red+Green+Blue) = 74+82+31=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #4A521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A521F is #B5ADE0. Grayscale: #494949. Windows color (decimal): -11906529 or 2052682. OLE color: 2052682.

HSL color Cylindrical-coordinate representation of color #4A521F: hue angle of 69.41º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A521F is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 74 82 31 -
CMYK 0.10 0 0.62 0.68
HSL 69.41º 0.45% 0.22% -
HSV(B) 69.41º 0.62% 0.32% -
XYZ 6.09 7.59 2.44 -
YUV 73.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 74 82 31 0.10 0 0.62 0.68 69.41 0.45 0.22
Hex 4A 52 1F A 0 3E 44 45 2D 16
Octal 112 122 37 12 0 76 104 105 55 26
Binary 1001010 1010010 11111 1010 0 111110 1000100 1000101 101101 10110

Color Harmonies of #4A521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A521F

Black with #4A521F

Text Example


Text Example

White with #4A521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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