Shades of Crusoe #0C622A
Tints of Crusoe #0C622A
RGB
CMYK
RGB Variations
Color information
#0C622A (or 0x0C622A) is known color: Crusoe. HEX triplet: 0C, 62 and 2A. RGB value is (12,98,42). Sum of RGB (Red+Green+Blue) = 12+98+42=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #0C622A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C622A is #F39DD5. Grayscale: #424242. Windows color (decimal): -15965654 or 2777612. OLE color: 2777612.
HSL color Cylindrical-coordinate representation of color #0C622A: hue angle of 140.93º 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 #0C622A is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 98 | 42 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.62 |
| HSL | 140.93º | 0.78% | 0.22% | - |
| HSV(B) | 140.93º | 0.88% | 0.38% | - |
| XYZ | 4.94 | 8.98 | 3.66 | - |
| YUV | 65.9 | 114.51 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 98 | 42 | 0.88 | 0 | 0.57 | 0.62 | 140.93 | 0.78 | 0.22 |
| Hex | C | 62 | 2A | 58 | 0 | 39 | 3E | 8D | 4E | 16 |
| Octal | 14 | 142 | 52 | 130 | 0 | 71 | 76 | 215 | 116 | 26 |
| Binary | 1100 | 1100010 | 101010 | 1011000 | 0 | 111001 | 111110 | 10001101 | 1001110 | 10110 |
Color Harmonies of #0C622A
Complementary color
Monochromatic Colors of #0C622A
Black with #0C622A
Text Example
Text Example
White with #0C622A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C622A; }
p { color: rgb(12,98,42); }
H1.HeaderClassName
{
color: #0C622A;
}
.AnyTagClassName
{
color: #0C622A;
}
</style>
background-color css
<style>
a { background-color: #0C622A; }
a { background-color: rgb(12,98,42); }
div.DivClassName
{
background-color: #0C622A;
}
.BgClassName
{
background-color: #0C622A;
}
</style>
border-color css
<style>
span { border-color: #0C622A; }
span { border-color: rgb(12,98,42); }
td.TdClassName
{
border-color: #0C622A;
}
.TagClassName
{
border-color: #0C622A;
}
</style>