Shades of Crusoe #007224
Tints of Crusoe #007224
RGB
CMYK
RGB Variations
Color information
#007224 (or 0x007224) is known color: Crusoe. HEX triplet: 00, 72 and 24. RGB value is (0,114,36). Sum of RGB (Red+Green+Blue) = 0+114+36=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 114 (44.92% from 255 or 76% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 114 - color contains mainly: green. Hex color #007224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007224 is #FF8DDB. Grayscale: #474747. Windows color (decimal): -16747996 or 2388480. OLE color: 2388480.
HSL color Cylindrical-coordinate representation of color #007224: hue angle of 138.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007224 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 36 | - |
| CMYK | 1 | 0 | 0.68 | 0.55 |
| HSL | 138.95º | 1% | 0.22% | - |
| HSV(B) | 138.95º | 1% | 0.45% | - |
| XYZ | 6.34 | 12.16 | 3.68 | - |
| YUV | 71.02 | 108.23 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 36 | 1 | 0 | 0.68 | 0.55 | 138.95 | 1 | 0.22 |
| Hex | 0 | 72 | 24 | 64 | 0 | 44 | 37 | 8B | 64 | 16 |
| Octal | 0 | 162 | 44 | 144 | 0 | 104 | 67 | 213 | 144 | 26 |
| Binary | 0 | 1110010 | 100100 | 1100100 | 0 | 1000100 | 110111 | 10001011 | 1100100 | 10110 |
Color Harmonies of #007224
Complementary color
Monochromatic Colors of #007224
Black with #007224
Text Example
Text Example
White with #007224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007224; }
p { color: rgb(0,114,36); }
H1.HeaderClassName
{
color: #007224;
}
.AnyTagClassName
{
color: #007224;
}
</style>
background-color css
<style>
a { background-color: #007224; }
a { background-color: rgb(0,114,36); }
div.DivClassName
{
background-color: #007224;
}
.BgClassName
{
background-color: #007224;
}
</style>
border-color css
<style>
span { border-color: #007224; }
span { border-color: rgb(0,114,36); }
td.TdClassName
{
border-color: #007224;
}
.TagClassName
{
border-color: #007224;
}
</style>