Html Css Color HEX #4D541E Army green

📋 copy color: '#4D541E'

red 77 ◦ green 84 ◦ blue 30

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

Shades of Army green #4D541E

Tints of Army green #4D541E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.71%

R = 40.31%
G = 43.98%
B = 15.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#4D541E (or 0x4D541E) is known color: Army green. HEX triplet: 4D, 54 and 1E. RGB value is (77,84,30). Sum of RGB (Red+Green+Blue) = 77+84+30=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #4D541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D541E is #B2ABE1. Grayscale: #4B4B4B. Windows color (decimal): -11709410 or 1987661. OLE color: 1987661.

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

Color convert

RGB 77 84 30 -
CMYK 0.08 0 0.64 0.67
HSL 67.78º 0.47% 0.22% -
HSV(B) 67.78º 0.64% 0.33% -
XYZ 6.47 8.01 2.43 -
YUV 75.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 77 84 30 0.08 0 0.64 0.67 67.78 0.47 0.22
Hex 4D 54 1E 8 0 40 43 44 2F 16
Octal 115 124 36 10 0 100 103 104 57 26
Binary 1001101 1010100 11110 1000 0 1000000 1000011 1000100 101111 10110

Color Harmonies of #4D541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D541E

Black with #4D541E

Text Example


Text Example

White with #4D541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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