Shades of Crusoe #007521
Tints of Crusoe #007521
RGB
CMYK
RGB Variations
Color information
#007521 (or 0x007521) is known color: Crusoe. HEX triplet: 00, 75 and 21. RGB value is (0,117,33). Sum of RGB (Red+Green+Blue) = 0+117+33=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 117 (46.09% from 255 or 78% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 117 - color contains mainly: green. Hex color #007521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007521 is #FF8ADE. Grayscale: #484848. Windows color (decimal): -16747231 or 2192640. OLE color: 2192640.
HSL color Cylindrical-coordinate representation of color #007521: hue angle of 136.92º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007521 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 33 | - |
| CMYK | 1 | 0 | 0.72 | 0.54 |
| HSL | 136.92º | 1% | 0.23% | - |
| HSV(B) | 136.92º | 1% | 0.46% | - |
| XYZ | 6.64 | 12.83 | 3.57 | - |
| YUV | 72.44 | 105.74 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 33 | 1 | 0 | 0.72 | 0.54 | 136.92 | 1 | 0.23 |
| Hex | 0 | 75 | 21 | 64 | 0 | 48 | 36 | 89 | 64 | 17 |
| Octal | 0 | 165 | 41 | 144 | 0 | 110 | 66 | 211 | 144 | 27 |
| Binary | 0 | 1110101 | 100001 | 1100100 | 0 | 1001000 | 110110 | 10001001 | 1100100 | 10111 |
Color Harmonies of #007521
Complementary color
Monochromatic Colors of #007521
Black with #007521
Text Example
Text Example
White with #007521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007521; }
p { color: rgb(0,117,33); }
H1.HeaderClassName
{
color: #007521;
}
.AnyTagClassName
{
color: #007521;
}
</style>
background-color css
<style>
a { background-color: #007521; }
a { background-color: rgb(0,117,33); }
div.DivClassName
{
background-color: #007521;
}
.BgClassName
{
background-color: #007521;
}
</style>
border-color css
<style>
span { border-color: #007521; }
span { border-color: rgb(0,117,33); }
td.TdClassName
{
border-color: #007521;
}
.TagClassName
{
border-color: #007521;
}
</style>