Html Css Color HEX #4D5A28 Army green

📋 copy color: '#4D5A28'

red 77 ◦ green 90 ◦ blue 40

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

Shades of Army green #4D5A28

Tints of Army green #4D5A28

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.48%

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

R = 37.2%
G = 43.48%
B = 19.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#4D5A28 (or 0x4D5A28) is known color: Army green. HEX triplet: 4D, 5A and 28. RGB value is (77,90,40). Sum of RGB (Red+Green+Blue) = 77+90+40=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5A28 is #B2A5D7. Grayscale: #505050. Windows color (decimal): -11707864 or 2644557. OLE color: 2644557.

HSL color Cylindrical-coordinate representation of color #4D5A28: hue angle of 75.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D5A28 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 90 40 -
CMYK 0.14 0 0.56 0.65
HSL 75.6º 0.38% 0.25% -
HSV(B) 75.6º 0.56% 0.35% -
XYZ 7.1 9.04 3.38 -
YUV 80.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 77 90 40 0.14 0 0.56 0.65 75.6 0.38 0.25
Hex 4D 5A 28 E 0 38 41 4C 26 19
Octal 115 132 50 16 0 70 101 114 46 31
Binary 1001101 1011010 101000 1110 0 111000 1000001 1001100 100110 11001

Color Harmonies of #4D5A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5A28

Black with #4D5A28

Text Example


Text Example

White with #4D5A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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