Html Css Color HEX #4A4F1C Army green

📋 copy color: '#4A4F1C'

red 74 ◦ green 79 ◦ blue 28

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

Shades of Army green #4A4F1C

Tints of Army green #4A4F1C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.65%

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 40.88%
G = 43.65%
B = 15.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4A4F1C (or 0x4A4F1C) is known color: Army green. HEX triplet: 4A, 4F and 1C. RGB value is (74,79,28). Sum of RGB (Red+Green+Blue) = 74+79+28=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 79 - color contains mainly: green. Hex color #4A4F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4F1C is #B5B0E3. Grayscale: #474747. Windows color (decimal): -11907300 or 1855306. OLE color: 1855306.

HSL color Cylindrical-coordinate representation of color #4A4F1C: hue angle of 65.88º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A4F1C is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 79 28 -
CMYK 0.06 0 0.65 0.69
HSL 65.88º 0.48% 0.21% -
HSV(B) 65.88º 0.65% 0.31% -
XYZ 5.83 7.13 2.17 -
YUV 71.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 74 79 28 0.06 0 0.65 0.69 65.88 0.48 0.21
Hex 4A 4F 1C 6 0 41 45 42 30 15
Octal 112 117 34 6 0 101 105 102 60 25
Binary 1001010 1001111 11100 110 0 1000001 1000101 1000010 110000 10101

Color Harmonies of #4A4F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4F1C

Black with #4A4F1C

Text Example


Text Example

White with #4A4F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,79,28); }

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

background-color css

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

 a { background-color: rgb(74,79,28); }

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

border-color css

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

 span { border-color: rgb(74,79,28); }

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