Html Css Color HEX #4D4912 Army green

📋 copy color: '#4D4912'

red 77 ◦ green 73 ◦ blue 18

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

Shades of Army green #4D4912

Tints of Army green #4D4912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.45%

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 45.83%
G = 43.45%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#4D4912 (or 0x4D4912) is known color: Army green. HEX triplet: 4D, 49 and 12. RGB value is (77,73,18). Sum of RGB (Red+Green+Blue) = 77+73+18=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4912 is #B2B6ED. Grayscale: #444444. Windows color (decimal): -11712238 or 1198413. OLE color: 1198413.

HSL color Cylindrical-coordinate representation of color #4D4912: hue angle of 55.93º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D4912 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 73 18 -
CMYK 0 0.05 0.77 0.70
HSL 55.93º 0.62% 0.19% -
HSV(B) 55.93º 0.77% 0.3% -
XYZ 5.55 6.39 1.51 -
YUV 67.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 77 73 18 0 0.05 0.77 0.70 55.93 0.62 0.19
Hex 4D 49 12 0 5 4D 46 38 3E 13
Octal 115 111 22 0 5 115 106 70 76 23
Binary 1001101 1001001 10010 0 101 1001101 1000110 111000 111110 10011

Color Harmonies of #4D4912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4912

Black with #4D4912

Text Example


Text Example

White with #4D4912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,73,18); }

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

background-color css

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

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

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

border-color css

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

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

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