Html Css Color HEX #4F4C11 Army green

📋 copy color: '#4F4C11'

red 79 ◦ green 76 ◦ blue 17

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

Shades of Army green #4F4C11

Tints of Army green #4F4C11

RGB

 RED value IS 79 (31.25% from 255) = 45.93%

 GREEN value IS 76 (30.08% from 255) = 44.19%

 BLUE value IS 17 (7.03% from 255) = 9.88%

R = 45.93%
G = 44.19%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#4F4C11 (or 0x4F4C11) is known color: Army green. HEX triplet: 4F, 4C and 11. RGB value is (79,76,17). Sum of RGB (Red+Green+Blue) = 79+76+17=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4C11 is #B0B3EE. Grayscale: #464646. Windows color (decimal): -11580399 or 1133647. OLE color: 1133647.

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

Color convert

RGB 79 76 17 -
CMYK 0 0.04 0.78 0.69
HSL 57.1º 0.65% 0.19% -
HSV(B) 57.1º 0.78% 0.31% -
XYZ 5.91 6.87 1.55 -
YUV 70.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 79 76 17 0 0.04 0.78 0.69 57.1 0.65 0.19
Hex 4F 4C 11 0 4 4E 45 39 41 13
Octal 117 114 21 0 4 116 105 71 101 23
Binary 1001111 1001100 10001 0 100 1001110 1000101 111001 1000001 10011

Color Harmonies of #4F4C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4C11

Black with #4F4C11

Text Example


Text Example

White with #4F4C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,76,17); }

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

background-color css

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

 a { background-color: rgb(79,76,17); }

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

border-color css

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

 span { border-color: rgb(79,76,17); }

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