Html Css Color HEX #4D5428 Army green

📋 copy color: '#4D5428'

red 77 ◦ green 84 ◦ blue 40

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

Shades of Army green #4D5428

Tints of Army green #4D5428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.9%

R = 38.31%
G = 41.79%
B = 19.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#4D5428 (or 0x4D5428) is known color: Army green. HEX triplet: 4D, 54 and 28. RGB value is (77,84,40). Sum of RGB (Red+Green+Blue) = 77+84+40=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5428 is #B2ABD7. Grayscale: #4D4D4D. Windows color (decimal): -11709400 or 2643021. OLE color: 2643021.

HSL color Cylindrical-coordinate representation of color #4D5428: hue angle of 69.55º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D5428 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 84 40 -
CMYK 0.08 0 0.52 0.67
HSL 69.55º 0.35% 0.24% -
HSV(B) 69.55º 0.52% 0.33% -
XYZ 6.61 8.07 3.22 -
YUV 76.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 77 84 40 0.08 0 0.52 0.67 69.55 0.35 0.24
Hex 4D 54 28 8 0 34 43 46 23 18
Octal 115 124 50 10 0 64 103 106 43 30
Binary 1001101 1010100 101000 1000 0 110100 1000011 1000110 100011 11000

Color Harmonies of #4D5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5428

Black with #4D5428

Text Example


Text Example

White with #4D5428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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