Shades of Crusoe #0C652A
Tints of Crusoe #0C652A
RGB
CMYK
RGB Variations
Color information
#0C652A (or 0x0C652A) is known color: Crusoe. HEX triplet: 0C, 65 and 2A. RGB value is (12,101,42). Sum of RGB (Red+Green+Blue) = 12+101+42=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 101 (39.84% from 255 or 65.16% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 101 - color contains mainly: green. Hex color #0C652A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C652A is #F39AD5. Grayscale: #434343. Windows color (decimal): -15964886 or 2778380. OLE color: 2778380.
HSL color Cylindrical-coordinate representation of color #0C652A: hue angle of 140.22º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C652A is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 101 | 42 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.60 |
| HSL | 140.22º | 0.79% | 0.22% | - |
| HSV(B) | 140.22º | 0.88% | 0.4% | - |
| XYZ | 5.22 | 9.55 | 3.76 | - |
| YUV | 67.66 | 113.51 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 42 | 0.88 | 0 | 0.58 | 0.60 | 140.22 | 0.79 | 0.22 |
| Hex | C | 65 | 2A | 58 | 0 | 3A | 3C | 8C | 4F | 16 |
| Octal | 14 | 145 | 52 | 130 | 0 | 72 | 74 | 214 | 117 | 26 |
| Binary | 1100 | 1100101 | 101010 | 1011000 | 0 | 111010 | 111100 | 10001100 | 1001111 | 10110 |
Color Harmonies of #0C652A
Complementary color
Monochromatic Colors of #0C652A
Black with #0C652A
Text Example
Text Example
White with #0C652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C652A; }
p { color: rgb(12,101,42); }
H1.HeaderClassName
{
color: #0C652A;
}
.AnyTagClassName
{
color: #0C652A;
}
</style>
background-color css
<style>
a { background-color: #0C652A; }
a { background-color: rgb(12,101,42); }
div.DivClassName
{
background-color: #0C652A;
}
.BgClassName
{
background-color: #0C652A;
}
</style>
border-color css
<style>
span { border-color: #0C652A; }
span { border-color: rgb(12,101,42); }
td.TdClassName
{
border-color: #0C652A;
}
.TagClassName
{
border-color: #0C652A;
}
</style>