Html Css Color HEX #4D4D22 Army green

📋 copy color: '#4D4D22'

red 77 ◦ green 77 ◦ blue 34

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

Shades of Army green #4D4D22

Tints of Army green #4D4D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.09%

R = 40.96%
G = 40.96%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.70

RGB Variations

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

Color information

#4D4D22 (or 0x4D4D22) is known color: Army green. HEX triplet: 4D, 4D and 22. RGB value is (77,77,34). Sum of RGB (Red+Green+Blue) = 77+77+34=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 77 - color contains mainly: red, green. Hex color #4D4D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4D22 is #B2B2DD. Grayscale: #484848. Windows color (decimal): -11711198 or 2248013. OLE color: 2248013.

HSL color Cylindrical-coordinate representation of color #4D4D22: hue angle of 60º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D4D22 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 77 34 -
CMYK 0 0 0.56 0.70
HSL 60º 0.39% 0.22% -
HSV(B) 60º 0.56% 0.3% -
XYZ 6 7 2.55 -
YUV 72.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 77 77 34 0 0 0.56 0.70 60 0.39 0.22
Hex 4D 4D 22 0 0 38 46 3C 27 16
Octal 115 115 42 0 0 70 106 74 47 26
Binary 1001101 1001101 100010 0 0 111000 1000110 111100 100111 10110

Color Harmonies of #4D4D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4D22

Black with #4D4D22

Text Example


Text Example

White with #4D4D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,77,34); }

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

background-color css

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

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

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

border-color css

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

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

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