Html Css Color HEX #4D531B Army green

📋 copy color: '#4D531B'

red 77 ◦ green 83 ◦ blue 27

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

Shades of Army green #4D531B

Tints of Army green #4D531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.39%

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

R = 41.18%
G = 44.39%
B = 14.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#4D531B (or 0x4D531B) is known color: Army green. HEX triplet: 4D, 53 and 1B. RGB value is (77,83,27). Sum of RGB (Red+Green+Blue) = 77+83+27=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #4D531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D531B is #B2ACE4. Grayscale: #4B4B4B. Windows color (decimal): -11709669 or 1790797. OLE color: 1790797.

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

Color convert

RGB 77 83 27 -
CMYK 0.07 0 0.67 0.67
HSL 66.43º 0.51% 0.22% -
HSV(B) 66.43º 0.67% 0.33% -
XYZ 6.35 7.84 2.22 -
YUV 74.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 77 83 27 0.07 0 0.67 0.67 66.43 0.51 0.22
Hex 4D 53 1B 7 0 43 43 42 33 16
Octal 115 123 33 7 0 103 103 102 63 26
Binary 1001101 1010011 11011 111 0 1000011 1000011 1000010 110011 10110

Color Harmonies of #4D531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D531B

Black with #4D531B

Text Example


Text Example

White with #4D531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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