Shades of Crusoe #007223
Tints of Crusoe #007223
RGB
CMYK
RGB Variations
Color information
#007223 (or 0x007223) is known color: Crusoe. HEX triplet: 00, 72 and 23. RGB value is (0,114,35). Sum of RGB (Red+Green+Blue) = 0+114+35=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 114 (44.92% from 255 or 76.51% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 114 - color contains mainly: green. Hex color #007223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007223 is #FF8DDC. Grayscale: #474747. Windows color (decimal): -16747997 or 2322944. OLE color: 2322944.
HSL color Cylindrical-coordinate representation of color #007223: hue angle of 138.42º 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 #007223 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 35 | - |
| CMYK | 1 | 0 | 0.69 | 0.55 |
| HSL | 138.42º | 1% | 0.22% | - |
| HSV(B) | 138.42º | 1% | 0.45% | - |
| XYZ | 6.32 | 12.16 | 3.6 | - |
| YUV | 70.91 | 107.73 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 35 | 1 | 0 | 0.69 | 0.55 | 138.42 | 1 | 0.22 |
| Hex | 0 | 72 | 23 | 64 | 0 | 45 | 37 | 8A | 64 | 16 |
| Octal | 0 | 162 | 43 | 144 | 0 | 105 | 67 | 212 | 144 | 26 |
| Binary | 0 | 1110010 | 100011 | 1100100 | 0 | 1000101 | 110111 | 10001010 | 1100100 | 10110 |
Color Harmonies of #007223
Complementary color
Monochromatic Colors of #007223
Black with #007223
Text Example
Text Example
White with #007223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007223; }
p { color: rgb(0,114,35); }
H1.HeaderClassName
{
color: #007223;
}
.AnyTagClassName
{
color: #007223;
}
</style>
background-color css
<style>
a { background-color: #007223; }
a { background-color: rgb(0,114,35); }
div.DivClassName
{
background-color: #007223;
}
.BgClassName
{
background-color: #007223;
}
</style>
border-color css
<style>
span { border-color: #007223; }
span { border-color: rgb(0,114,35); }
td.TdClassName
{
border-color: #007223;
}
.TagClassName
{
border-color: #007223;
}
</style>