Html Css Color HEX #4E551A Army green

📋 copy color: '#4E551A'

red 78 ◦ green 85 ◦ blue 26

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

Shades of Army green #4E551A

Tints of Army green #4E551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.97%

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 41.27%
G = 44.97%
B = 13.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#4E551A (or 0x4E551A) is known color: Army green. HEX triplet: 4E, 55 and 1A. RGB value is (78,85,26). Sum of RGB (Red+Green+Blue) = 78+85+26=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #4E551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E551A is #B1AAE5. Grayscale: #4C4C4C. Windows color (decimal): -11643622 or 1725774. OLE color: 1725774.

HSL color Cylindrical-coordinate representation of color #4E551A: hue angle of 67.12º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E551A is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 85 26 -
CMYK 0.08 0 0.69 0.67
HSL 67.12º 0.53% 0.22% -
HSV(B) 67.12º 0.69% 0.33% -
XYZ 6.58 8.19 2.21 -
YUV 76.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 78 85 26 0.08 0 0.69 0.67 67.12 0.53 0.22
Hex 4E 55 1A 8 0 45 43 43 35 16
Octal 116 125 32 10 0 105 103 103 65 26
Binary 1001110 1010101 11010 1000 0 1000101 1000011 1000011 110101 10110

Color Harmonies of #4E551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E551A

Black with #4E551A

Text Example


Text Example

White with #4E551A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,85,26); }

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

background-color css

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

 a { background-color: rgb(78,85,26); }

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

border-color css

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

 span { border-color: rgb(78,85,26); }

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