Html Css Color HEX #4D521D Army green

📋 copy color: '#4D521D'

red 77 ◦ green 82 ◦ blue 29

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

Shades of Army green #4D521D

Tints of Army green #4D521D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.62%

 BLUE value IS 29 (11.72% from 255) = 15.43%

R = 40.96%
G = 43.62%
B = 15.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#4D521D (or 0x4D521D) is known color: Army green. HEX triplet: 4D, 52 and 1D. RGB value is (77,82,29). Sum of RGB (Red+Green+Blue) = 77+82+29=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #4D521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D521D is #B2ADE2. Grayscale: #4A4A4A. Windows color (decimal): -11709923 or 1921613. OLE color: 1921613.

HSL color Cylindrical-coordinate representation of color #4D521D: hue angle of 65.66º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D521D is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 77 82 29 -
CMYK 0.06 0 0.65 0.68
HSL 65.66º 0.48% 0.22% -
HSV(B) 65.66º 0.65% 0.32% -
XYZ 6.3 7.7 2.32 -
YUV 74.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 77 82 29 0.06 0 0.65 0.68 65.66 0.48 0.22
Hex 4D 52 1D 6 0 41 44 42 30 16
Octal 115 122 35 6 0 101 104 102 60 26
Binary 1001101 1010010 11101 110 0 1000001 1000100 1000010 110000 10110

Color Harmonies of #4D521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D521D

Black with #4D521D

Text Example


Text Example

White with #4D521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,82,29); }

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

background-color css

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

 a { background-color: rgb(77,82,29); }

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

border-color css

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

 span { border-color: rgb(77,82,29); }

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