Shades of Crusoe #0C622B
Tints of Crusoe #0C622B
RGB
CMYK
RGB Variations
Color information
#0C622B (or 0x0C622B) is known color: Crusoe. HEX triplet: 0C, 62 and 2B. RGB value is (12,98,43). Sum of RGB (Red+Green+Blue) = 12+98+43=153 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.84% from 153); Green value is 98 (38.67% from 255 or 64.05% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 98 - color contains mainly: green. Hex color #0C622B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C622B is #F39DD4. Grayscale: #424242. Windows color (decimal): -15965653 or 2843148. OLE color: 2843148.
HSL color Cylindrical-coordinate representation of color #0C622B: hue angle of 141.63º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C622B is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 98 | 43 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.62 |
| HSL | 141.63º | 0.78% | 0.22% | - |
| HSV(B) | 141.63º | 0.88% | 0.38% | - |
| XYZ | 4.96 | 8.99 | 3.76 | - |
| YUV | 66.02 | 115.01 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 98 | 43 | 0.88 | 0 | 0.56 | 0.62 | 141.63 | 0.78 | 0.22 |
| Hex | C | 62 | 2B | 58 | 0 | 38 | 3E | 8E | 4E | 16 |
| Octal | 14 | 142 | 53 | 130 | 0 | 70 | 76 | 216 | 116 | 26 |
| Binary | 1100 | 1100010 | 101011 | 1011000 | 0 | 111000 | 111110 | 10001110 | 1001110 | 10110 |
Color Harmonies of #0C622B
Complementary color
Monochromatic Colors of #0C622B
Black with #0C622B
Text Example
Text Example
White with #0C622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C622B; }
p { color: rgb(12,98,43); }
H1.HeaderClassName
{
color: #0C622B;
}
.AnyTagClassName
{
color: #0C622B;
}
</style>
background-color css
<style>
a { background-color: #0C622B; }
a { background-color: rgb(12,98,43); }
div.DivClassName
{
background-color: #0C622B;
}
.BgClassName
{
background-color: #0C622B;
}
</style>
border-color css
<style>
span { border-color: #0C622B; }
span { border-color: rgb(12,98,43); }
td.TdClassName
{
border-color: #0C622B;
}
.TagClassName
{
border-color: #0C622B;
}
</style>