Html Css Color HEX #4D541B Army green

📋 copy color: '#4D541B'

red 77 ◦ green 84 ◦ blue 27

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

Shades of Army green #4D541B

Tints of Army green #4D541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.36%

R = 40.96%
G = 44.68%
B = 14.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#4D541B (or 0x4D541B) is known color: Army green. HEX triplet: 4D, 54 and 1B. RGB value is (77,84,27). Sum of RGB (Red+Green+Blue) = 77+84+27=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #4D541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D541B is #B2ABE4. Grayscale: #4B4B4B. Windows color (decimal): -11709413 or 1791053. OLE color: 1791053.

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

Color convert

RGB 77 84 27 -
CMYK 0.08 0 0.68 0.67
HSL 67.37º 0.51% 0.22% -
HSV(B) 67.37º 0.68% 0.33% -
XYZ 6.43 8 2.24 -
YUV 75.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 77 84 27 0.08 0 0.68 0.67 67.37 0.51 0.22
Hex 4D 54 1B 8 0 44 43 43 33 16
Octal 115 124 33 10 0 104 103 103 63 26
Binary 1001101 1010100 11011 1000 0 1000100 1000011 1000011 110011 10110

Color Harmonies of #4D541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D541B

Black with #4D541B

Text Example


Text Example

White with #4D541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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