Shades of Olive Drab #648428
Tints of Olive Drab #648428
RGB
CMYK
RGB Variations
Color information
#648428 (or 0x648428) is known color: Olive Drab. HEX triplet: 64, 84 and 28. RGB value is (100,132,40). Sum of RGB (Red+Green+Blue) = 100+132+40=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #648428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648428 is #9B7BD7. Grayscale: #707070. Windows color (decimal): -10189784 or 2655332. OLE color: 2655332.
HSL color Cylindrical-coordinate representation of color #648428: hue angle of 80.87º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #648428 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 40 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.48 |
| HSL | 80.87º | 0.53% | 0.34% | - |
| HSV(B) | 80.87º | 0.7% | 0.52% | - |
| XYZ | 13.89 | 19.37 | 5.01 | - |
| YUV | 111.94 | 87.4 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 40 | 0.24 | 0 | 0.70 | 0.48 | 80.87 | 0.53 | 0.34 |
| Hex | 64 | 84 | 28 | 18 | 0 | 46 | 30 | 51 | 35 | 22 |
| Octal | 144 | 204 | 50 | 30 | 0 | 106 | 60 | 121 | 65 | 42 |
| Binary | 1100100 | 10000100 | 101000 | 11000 | 0 | 1000110 | 110000 | 1010001 | 110101 | 100010 |
Color Harmonies of #648428
Complementary color
Monochromatic Colors of #648428
Black with #648428
Text Example
Text Example
White with #648428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648428; }
p { color: rgb(100,132,40); }
H1.HeaderClassName
{
color: #648428;
}
.AnyTagClassName
{
color: #648428;
}
</style>
background-color css
<style>
a { background-color: #648428; }
a { background-color: rgb(100,132,40); }
div.DivClassName
{
background-color: #648428;
}
.BgClassName
{
background-color: #648428;
}
</style>
border-color css
<style>
span { border-color: #648428; }
span { border-color: rgb(100,132,40); }
td.TdClassName
{
border-color: #648428;
}
.TagClassName
{
border-color: #648428;
}
</style>