Html Css Color HEX #4D501C Army green

📋 copy color: '#4D501C'

red 77 ◦ green 80 ◦ blue 28

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

Shades of Army green #4D501C

Tints of Army green #4D501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.24%

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

R = 41.62%
G = 43.24%
B = 15.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#4D501C (or 0x4D501C) is known color: Army green. HEX triplet: 4D, 50 and 1C. RGB value is (77,80,28). Sum of RGB (Red+Green+Blue) = 77+80+28=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #4D501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D501C is #B2AFE3. Grayscale: #494949. Windows color (decimal): -11710436 or 1855565. OLE color: 1855565.

HSL color Cylindrical-coordinate representation of color #4D501C: hue angle of 63.46º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D501C is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 80 28 -
CMYK 0.04 0 0.65 0.69
HSL 63.46º 0.48% 0.21% -
HSV(B) 63.46º 0.65% 0.31% -
XYZ 6.14 7.4 2.2 -
YUV 73.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 77 80 28 0.04 0 0.65 0.69 63.46 0.48 0.21
Hex 4D 50 1C 4 0 41 45 3F 30 15
Octal 115 120 34 4 0 101 105 77 60 25
Binary 1001101 1010000 11100 100 0 1000001 1000101 111111 110000 10101

Color Harmonies of #4D501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D501C

Black with #4D501C

Text Example


Text Example

White with #4D501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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