Html Css Color HEX #4C4914 Army green

📋 copy color: '#4C4914'

red 76 ◦ green 73 ◦ blue 20

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

Shades of Army green #4C4914

Tints of Army green #4C4914

RGB

 RED value IS 76 (30.08% from 255) = 44.97%

 GREEN value IS 73 (28.91% from 255) = 43.2%

 BLUE value IS 20 (8.2% from 255) = 11.83%

R = 44.97%
G = 43.2%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#4C4914 (or 0x4C4914) is known color: Army green. HEX triplet: 4C, 49 and 14. RGB value is (76,73,20). Sum of RGB (Red+Green+Blue) = 76+73+20=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4914 is #B3B6EB. Grayscale: #444444. Windows color (decimal): -11777772 or 1329484. OLE color: 1329484.

HSL color Cylindrical-coordinate representation of color #4C4914: hue angle of 56.79º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C4914 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 73 20 -
CMYK 0 0.04 0.74 0.70
HSL 56.79º 0.58% 0.19% -
HSV(B) 56.79º 0.74% 0.3% -
XYZ 5.49 6.35 1.6 -
YUV 67.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 76 73 20 0 0.04 0.74 0.70 56.79 0.58 0.19
Hex 4C 49 14 0 4 4A 46 39 3A 13
Octal 114 111 24 0 4 112 106 71 72 23
Binary 1001100 1001001 10100 0 100 1001010 1000110 111001 111010 10011

Color Harmonies of #4C4914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4914

Black with #4C4914

Text Example


Text Example

White with #4C4914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,73,20); }

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

background-color css

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

 a { background-color: rgb(76,73,20); }

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

border-color css

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

 span { border-color: rgb(76,73,20); }

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