Shades of Olive Drab #638228
Tints of Olive Drab #638228
RGB
CMYK
RGB Variations
Color information
#638228 (or 0x638228) is known color: Olive Drab. HEX triplet: 63, 82 and 28. RGB value is (99,130,40). Sum of RGB (Red+Green+Blue) = 99+130+40=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #638228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638228 is #9C7DD7. Grayscale: #6E6E6E. Windows color (decimal): -10255832 or 2654819. OLE color: 2654819.
HSL color Cylindrical-coordinate representation of color #638228: hue angle of 80.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #638228 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 130 | 40 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.49 |
| HSL | 80.67º | 0.53% | 0.33% | - |
| HSV(B) | 80.67º | 0.69% | 0.51% | - |
| XYZ | 13.51 | 18.77 | 4.92 | - |
| YUV | 110.47 | 88.23 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 40 | 0.24 | 0 | 0.69 | 0.49 | 80.67 | 0.53 | 0.33 |
| Hex | 63 | 82 | 28 | 18 | 0 | 45 | 31 | 51 | 35 | 21 |
| Octal | 143 | 202 | 50 | 30 | 0 | 105 | 61 | 121 | 65 | 41 |
| Binary | 1100011 | 10000010 | 101000 | 11000 | 0 | 1000101 | 110001 | 1010001 | 110101 | 100001 |
Color Harmonies of #638228
Complementary color
Monochromatic Colors of #638228
Black with #638228
Text Example
Text Example
White with #638228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638228; }
p { color: rgb(99,130,40); }
H1.HeaderClassName
{
color: #638228;
}
.AnyTagClassName
{
color: #638228;
}
</style>
background-color css
<style>
a { background-color: #638228; }
a { background-color: rgb(99,130,40); }
div.DivClassName
{
background-color: #638228;
}
.BgClassName
{
background-color: #638228;
}
</style>
border-color css
<style>
span { border-color: #638228; }
span { border-color: rgb(99,130,40); }
td.TdClassName
{
border-color: #638228;
}
.TagClassName
{
border-color: #638228;
}
</style>