Shades of Crusoe #007329
Tints of Crusoe #007329
RGB
CMYK
RGB Variations
Color information
#007329 (or 0x007329) is known color: Crusoe. HEX triplet: 00, 73 and 29. RGB value is (0,115,41). Sum of RGB (Red+Green+Blue) = 0+115+41=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 115 (45.31% from 255 or 73.72% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 115 - color contains mainly: green. Hex color #007329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007329 is #FF8CD6. Grayscale: #484848. Windows color (decimal): -16747735 or 2716416. OLE color: 2716416.
HSL color Cylindrical-coordinate representation of color #007329: hue angle of 141.39º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007329 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 41 | - |
| CMYK | 1 | 0 | 0.64 | 0.55 |
| HSL | 141.39º | 1% | 0.23% | - |
| HSV(B) | 141.39º | 1% | 0.45% | - |
| XYZ | 6.53 | 12.42 | 4.15 | - |
| YUV | 72.18 | 110.4 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 41 | 1 | 0 | 0.64 | 0.55 | 141.39 | 1 | 0.23 |
| Hex | 0 | 73 | 29 | 64 | 0 | 40 | 37 | 8D | 64 | 17 |
| Octal | 0 | 163 | 51 | 144 | 0 | 100 | 67 | 215 | 144 | 27 |
| Binary | 0 | 1110011 | 101001 | 1100100 | 0 | 1000000 | 110111 | 10001101 | 1100100 | 10111 |
Color Harmonies of #007329
Complementary color
Monochromatic Colors of #007329
Black with #007329
Text Example
Text Example
White with #007329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007329; }
p { color: rgb(0,115,41); }
H1.HeaderClassName
{
color: #007329;
}
.AnyTagClassName
{
color: #007329;
}
</style>
background-color css
<style>
a { background-color: #007329; }
a { background-color: rgb(0,115,41); }
div.DivClassName
{
background-color: #007329;
}
.BgClassName
{
background-color: #007329;
}
</style>
border-color css
<style>
span { border-color: #007329; }
span { border-color: rgb(0,115,41); }
td.TdClassName
{
border-color: #007329;
}
.TagClassName
{
border-color: #007329;
}
</style>