Shades of Army green #484B1C
Tints of Army green #484B1C
RGB
CMYK
RGB Variations
Color information
#484B1C (or 0x484B1C) is known color: Army green. HEX triplet: 48, 4B and 1C. RGB value is (72,75,28). Sum of RGB (Red+Green+Blue) = 72+75+28=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 75 - color contains mainly: green. Hex color #484B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B1C is #B7B4E3. Grayscale: #444444. Windows color (decimal): -12039396 or 1854280. OLE color: 1854280.
HSL color Cylindrical-coordinate representation of color #484B1C: hue angle of 63.83º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #484B1C is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 75 | 28 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.71 |
| HSL | 63.83º | 0.46% | 0.2% | - |
| HSV(B) | 63.83º | 0.63% | 0.29% | - |
| XYZ | 5.4 | 6.49 | 2.07 | - |
| YUV | 68.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 28 | 0.04 | 0 | 0.63 | 0.71 | 63.83 | 0.46 | 0.2 |
| Hex | 48 | 4B | 1C | 4 | 0 | 3F | 47 | 40 | 2E | 14 |
| Octal | 110 | 113 | 34 | 4 | 0 | 77 | 107 | 100 | 56 | 24 |
| Binary | 1001000 | 1001011 | 11100 | 100 | 0 | 111111 | 1000111 | 1000000 | 101110 | 10100 |
Color Harmonies of #484B1C
Complementary color
Monochromatic Colors of #484B1C
Black with #484B1C
Text Example
Text Example
White with #484B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484B1C; }
p { color: rgb(72,75,28); }
H1.HeaderClassName
{
color: #484B1C;
}
.AnyTagClassName
{
color: #484B1C;
}
</style>
background-color css
<style>
a { background-color: #484B1C; }
a { background-color: rgb(72,75,28); }
div.DivClassName
{
background-color: #484B1C;
}
.BgClassName
{
background-color: #484B1C;
}
</style>
border-color css
<style>
span { border-color: #484B1C; }
span { border-color: rgb(72,75,28); }
td.TdClassName
{
border-color: #484B1C;
}
.TagClassName
{
border-color: #484B1C;
}
</style>