Html Css Color HEX #4D541C Army green

📋 copy color: '#4D541C'

red 77 ◦ green 84 ◦ blue 28

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

Shades of Army green #4D541C

Tints of Army green #4D541C

RGB

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

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

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

R = 40.74%
G = 44.44%
B = 14.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#4D541C (or 0x4D541C) is known color: Army green. HEX triplet: 4D, 54 and 1C. RGB value is (77,84,28). Sum of RGB (Red+Green+Blue) = 77+84+28=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #4D541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D541C is #B2ABE3. Grayscale: #4B4B4B. Windows color (decimal): -11709412 or 1856589. OLE color: 1856589.

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

Color convert

RGB 77 84 28 -
CMYK 0.08 0 0.67 0.67
HSL 67.5º 0.5% 0.22% -
HSV(B) 67.5º 0.67% 0.33% -
XYZ 6.44 8 2.3 -
YUV 75.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 77 84 28 0.08 0 0.67 0.67 67.5 0.5 0.22
Hex 4D 54 1C 8 0 43 43 44 32 16
Octal 115 124 34 10 0 103 103 104 62 26
Binary 1001101 1010100 11100 1000 0 1000011 1000011 1000100 110010 10110

Color Harmonies of #4D541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D541C

Black with #4D541C

Text Example


Text Example

White with #4D541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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