Html Css Color HEX #4D541A Army green

📋 copy color: '#4D541A'

red 77 ◦ green 84 ◦ blue 26

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

Shades of Army green #4D541A

Tints of Army green #4D541A

RGB

 RED value IS 77 (30.47% from 255) = 41.18%

 GREEN value IS 84 (33.2% from 255) = 44.92%

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

R = 41.18%
G = 44.92%
B = 13.9%

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

#4D541A (or 0x4D541A) is known color: Army green. HEX triplet: 4D, 54 and 1A. RGB value is (77,84,26). Sum of RGB (Red+Green+Blue) = 77+84+26=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #4D541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D541A is #B2ABE5. Grayscale: #4B4B4B. Windows color (decimal): -11709414 or 1725517. OLE color: 1725517.

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

Color convert

RGB 77 84 26 -
CMYK 0.08 0 0.69 0.67
HSL 67.24º 0.53% 0.22% -
HSV(B) 67.24º 0.69% 0.33% -
XYZ 6.42 7.99 2.18 -
YUV 75.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 77 84 26 0.08 0 0.69 0.67 67.24 0.53 0.22
Hex 4D 54 1A 8 0 45 43 43 35 16
Octal 115 124 32 10 0 105 103 103 65 26
Binary 1001101 1010100 11010 1000 0 1000101 1000011 1000011 110101 10110

Color Harmonies of #4D541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D541A

Black with #4D541A

Text Example


Text Example

White with #4D541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,84,26); }

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

background-color css

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

 a { background-color: rgb(77,84,26); }

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

border-color css

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

 span { border-color: rgb(77,84,26); }

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