Shades of Crusoe #007328
Tints of Crusoe #007328
RGB
CMYK
RGB Variations
Color information
#007328 (or 0x007328) is known color: Crusoe. HEX triplet: 00, 73 and 28. RGB value is (0,115,40). Sum of RGB (Red+Green+Blue) = 0+115+40=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 115 (45.31% from 255 or 74.19% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 115 - color contains mainly: green. Hex color #007328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007328 is #FF8CD7. Grayscale: #484848. Windows color (decimal): -16747736 or 2650880. OLE color: 2650880.
HSL color Cylindrical-coordinate representation of color #007328: hue angle of 140.87º 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 #007328 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 40 | - |
| CMYK | 1 | 0 | 0.65 | 0.55 |
| HSL | 140.87º | 1% | 0.23% | - |
| HSV(B) | 140.87º | 1% | 0.45% | - |
| XYZ | 6.51 | 12.41 | 4.06 | - |
| YUV | 72.07 | 109.9 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 40 | 1 | 0 | 0.65 | 0.55 | 140.87 | 1 | 0.23 |
| Hex | 0 | 73 | 28 | 64 | 0 | 41 | 37 | 8D | 64 | 17 |
| Octal | 0 | 163 | 50 | 144 | 0 | 101 | 67 | 215 | 144 | 27 |
| Binary | 0 | 1110011 | 101000 | 1100100 | 0 | 1000001 | 110111 | 10001101 | 1100100 | 10111 |
Color Harmonies of #007328
Complementary color
Monochromatic Colors of #007328
Black with #007328
Text Example
Text Example
White with #007328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007328; }
p { color: rgb(0,115,40); }
H1.HeaderClassName
{
color: #007328;
}
.AnyTagClassName
{
color: #007328;
}
</style>
background-color css
<style>
a { background-color: #007328; }
a { background-color: rgb(0,115,40); }
div.DivClassName
{
background-color: #007328;
}
.BgClassName
{
background-color: #007328;
}
</style>
border-color css
<style>
span { border-color: #007328; }
span { border-color: rgb(0,115,40); }
td.TdClassName
{
border-color: #007328;
}
.TagClassName
{
border-color: #007328;
}
</style>