Shades of Crusoe #007320
Tints of Crusoe #007320
RGB
CMYK
RGB Variations
Color information
#007320 (or 0x007320) is known color: Crusoe. HEX triplet: 00, 73 and 20. RGB value is (0,115,32). Sum of RGB (Red+Green+Blue) = 0+115+32=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 115 (45.31% from 255 or 78.23% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 115 - color contains mainly: green. Hex color #007320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007320 is #FF8CDF. Grayscale: #474747. Windows color (decimal): -16747744 or 2126592. OLE color: 2126592.
HSL color Cylindrical-coordinate representation of color #007320: hue angle of 136.7º 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 #007320 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 32 | - |
| CMYK | 1 | 0 | 0.72 | 0.55 |
| HSL | 136.7º | 1% | 0.23% | - |
| HSV(B) | 136.7º | 1% | 0.45% | - |
| XYZ | 6.39 | 12.37 | 3.42 | - |
| YUV | 71.15 | 105.9 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 32 | 1 | 0 | 0.72 | 0.55 | 136.7 | 1 | 0.23 |
| Hex | 0 | 73 | 20 | 64 | 0 | 48 | 37 | 89 | 64 | 17 |
| Octal | 0 | 163 | 40 | 144 | 0 | 110 | 67 | 211 | 144 | 27 |
| Binary | 0 | 1110011 | 100000 | 1100100 | 0 | 1001000 | 110111 | 10001001 | 1100100 | 10111 |
Color Harmonies of #007320
Complementary color
Monochromatic Colors of #007320
Black with #007320
Text Example
Text Example
White with #007320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007320; }
p { color: rgb(0,115,32); }
H1.HeaderClassName
{
color: #007320;
}
.AnyTagClassName
{
color: #007320;
}
</style>
background-color css
<style>
a { background-color: #007320; }
a { background-color: rgb(0,115,32); }
div.DivClassName
{
background-color: #007320;
}
.BgClassName
{
background-color: #007320;
}
</style>
border-color css
<style>
span { border-color: #007320; }
span { border-color: rgb(0,115,32); }
td.TdClassName
{
border-color: #007320;
}
.TagClassName
{
border-color: #007320;
}
</style>