Shades of Crusoe #006315
Tints of Crusoe #006315
RGB
CMYK
RGB Variations
Color information
#006315 (or 0x006315) is known color: Crusoe. HEX triplet: 00, 63 and 15. RGB value is (0,99,21). Sum of RGB (Red+Green+Blue) = 0+99+21=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 99 (39.06% from 255 or 82.5% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 99 - color contains mainly: green. Hex color #006315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006315 is #FF9CEA. Grayscale: #3C3C3C. Windows color (decimal): -16751851 or 1401600. OLE color: 1401600.
HSL color Cylindrical-coordinate representation of color #006315: hue angle of 132.73º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006315 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 99 | 21 | - |
| CMYK | 1 | 0 | 0.79 | 0.61 |
| HSL | 132.73º | 1% | 0.19% | - |
| HSV(B) | 132.73º | 1% | 0.39% | - |
| XYZ | 4.6 | 8.98 | 2.2 | - |
| YUV | 60.51 | 105.7 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 21 | 1 | 0 | 0.79 | 0.61 | 132.73 | 1 | 0.19 |
| Hex | 0 | 63 | 15 | 64 | 0 | 4F | 3D | 85 | 64 | 13 |
| Octal | 0 | 143 | 25 | 144 | 0 | 117 | 75 | 205 | 144 | 23 |
| Binary | 0 | 1100011 | 10101 | 1100100 | 0 | 1001111 | 111101 | 10000101 | 1100100 | 10011 |
Color Harmonies of #006315
Complementary color
Monochromatic Colors of #006315
Black with #006315
Text Example
Text Example
White with #006315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006315; }
p { color: rgb(0,99,21); }
H1.HeaderClassName
{
color: #006315;
}
.AnyTagClassName
{
color: #006315;
}
</style>
background-color css
<style>
a { background-color: #006315; }
a { background-color: rgb(0,99,21); }
div.DivClassName
{
background-color: #006315;
}
.BgClassName
{
background-color: #006315;
}
</style>
border-color css
<style>
span { border-color: #006315; }
span { border-color: rgb(0,99,21); }
td.TdClassName
{
border-color: #006315;
}
.TagClassName
{
border-color: #006315;
}
</style>