Html Css Color HEX #4E4C16 Army green

📋 copy color: '#4E4C16'

red 78 ◦ green 76 ◦ blue 22

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

Shades of Army green #4E4C16

Tints of Army green #4E4C16

RGB

 RED value IS 78 (30.86% from 255) = 44.32%

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

 BLUE value IS 22 (8.98% from 255) = 12.5%

R = 44.32%
G = 43.18%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#4E4C16 (or 0x4E4C16) is known color: Army green. HEX triplet: 4E, 4C and 16. RGB value is (78,76,22). Sum of RGB (Red+Green+Blue) = 78+76+22=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4C16 is #B1B3E9. Grayscale: #464646. Windows color (decimal): -11645930 or 1461326. OLE color: 1461326.

HSL color Cylindrical-coordinate representation of color #4E4C16: hue angle of 57.86º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E4C16 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 76 22 -
CMYK 0 0.03 0.72 0.69
HSL 57.86º 0.56% 0.2% -
HSV(B) 57.86º 0.72% 0.31% -
XYZ 5.87 6.85 1.77 -
YUV 70.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 78 76 22 0 0.03 0.72 0.69 57.86 0.56 0.2
Hex 4E 4C 16 0 3 48 45 3A 38 14
Octal 116 114 26 0 3 110 105 72 70 24
Binary 1001110 1001100 10110 0 11 1001000 1000101 111010 111000 10100

Color Harmonies of #4E4C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4C16

Black with #4E4C16

Text Example


Text Example

White with #4E4C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,76,22); }

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

background-color css

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

 a { background-color: rgb(78,76,22); }

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

border-color css

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

 span { border-color: rgb(78,76,22); }

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