Html Css Color HEX #4E4B16 Army green

📋 copy color: '#4E4B16'

red 78 ◦ green 75 ◦ blue 22

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

Shades of Army green #4E4B16

Tints of Army green #4E4B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.86%

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

R = 44.57%
G = 42.86%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#4E4B16 (or 0x4E4B16) is known color: Army green. HEX triplet: 4E, 4B and 16. RGB value is (78,75,22). Sum of RGB (Red+Green+Blue) = 78+75+22=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4B16 is #B1B4E9. Grayscale: #464646. Windows color (decimal): -11646186 or 1461070. OLE color: 1461070.

HSL color Cylindrical-coordinate representation of color #4E4B16: hue angle of 56.79º 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 #4E4B16 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 75 22 -
CMYK 0 0.04 0.72 0.69
HSL 56.79º 0.56% 0.2% -
HSV(B) 56.79º 0.72% 0.31% -
XYZ 5.8 6.71 1.75 -
YUV 69.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 78 75 22 0 0.04 0.72 0.69 56.79 0.56 0.2
Hex 4E 4B 16 0 4 48 45 39 38 14
Octal 116 113 26 0 4 110 105 71 70 24
Binary 1001110 1001011 10110 0 100 1001000 1000101 111001 111000 10100

Color Harmonies of #4E4B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4B16

Black with #4E4B16

Text Example


Text Example

White with #4E4B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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