Html Css Color HEX #4D551A Army green

📋 copy color: '#4D551A'

red 77 ◦ green 85 ◦ blue 26

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

Shades of Army green #4D551A

Tints of Army green #4D551A

RGB

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

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

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

R = 40.96%
G = 45.21%
B = 13.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#4D551A (or 0x4D551A) is known color: Army green. HEX triplet: 4D, 55 and 1A. RGB value is (77,85,26). Sum of RGB (Red+Green+Blue) = 77+85+26=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #4D551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D551A is #B2AAE5. Grayscale: #4C4C4C. Windows color (decimal): -11709158 or 1725773. OLE color: 1725773.

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

Color convert

RGB 77 85 26 -
CMYK 0.09 0 0.69 0.67
HSL 68.14º 0.53% 0.22% -
HSV(B) 68.14º 0.69% 0.33% -
XYZ 6.5 8.15 2.21 -
YUV 75.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 77 85 26 0.09 0 0.69 0.67 68.14 0.53 0.22
Hex 4D 55 1A 9 0 45 43 44 35 16
Octal 115 125 32 11 0 105 103 104 65 26
Binary 1001101 1010101 11010 1001 0 1000101 1000011 1000100 110101 10110

Color Harmonies of #4D551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D551A

Black with #4D551A

Text Example


Text Example

White with #4D551A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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