Html Css Color HEX #4D551C Army green

📋 copy color: '#4D551C'

red 77 ◦ green 85 ◦ blue 28

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

Shades of Army green #4D551C

Tints of Army green #4D551C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.74%

R = 40.53%
G = 44.74%
B = 14.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#4D551C (or 0x4D551C) is known color: Army green. HEX triplet: 4D, 55 and 1C. RGB value is (77,85,28). Sum of RGB (Red+Green+Blue) = 77+85+28=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #4D551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D551C is #B2AAE3. Grayscale: #4C4C4C. Windows color (decimal): -11709156 or 1856845. OLE color: 1856845.

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

Color convert

RGB 77 85 28 -
CMYK 0.09 0 0.67 0.67
HSL 68.42º 0.5% 0.22% -
HSV(B) 68.42º 0.67% 0.33% -
XYZ 6.52 8.16 2.33 -
YUV 76.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 77 85 28 0.09 0 0.67 0.67 68.42 0.5 0.22
Hex 4D 55 1C 9 0 43 43 44 32 16
Octal 115 125 34 11 0 103 103 104 62 26
Binary 1001101 1010101 11100 1001 0 1000011 1000011 1000100 110010 10110

Color Harmonies of #4D551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D551C

Black with #4D551C

Text Example


Text Example

White with #4D551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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