Html Css Color HEX #4F4C18 Army green

📋 copy color: '#4F4C18'

red 79 ◦ green 76 ◦ blue 24

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

Shades of Army green #4F4C18

Tints of Army green #4F4C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.41%

R = 44.13%
G = 42.46%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#4F4C18 (or 0x4F4C18) is known color: Army green. HEX triplet: 4F, 4C and 18. RGB value is (79,76,24). Sum of RGB (Red+Green+Blue) = 79+76+24=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4C18 is #B0B3E7. Grayscale: #474747. Windows color (decimal): -11580392 or 1592399. OLE color: 1592399.

HSL color Cylindrical-coordinate representation of color #4F4C18: hue angle of 56.73º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F4C18 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 76 24 -
CMYK 0 0.04 0.70 0.69
HSL 56.73º 0.53% 0.2% -
HSV(B) 56.73º 0.7% 0.31% -
XYZ 5.97 6.9 1.88 -
YUV 70.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 79 76 24 0 0.04 0.70 0.69 56.73 0.53 0.2
Hex 4F 4C 18 0 4 46 45 39 35 14
Octal 117 114 30 0 4 106 105 71 65 24
Binary 1001111 1001100 11000 0 100 1000110 1000101 111001 110101 10100

Color Harmonies of #4F4C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4C18

Black with #4F4C18

Text Example


Text Example

White with #4F4C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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