Shades of Crusoe #0C652E
Tints of Crusoe #0C652E
RGB
CMYK
RGB Variations
Color information
#0C652E (or 0x0C652E) is known color: Crusoe. HEX triplet: 0C, 65 and 2E. RGB value is (12,101,46). Sum of RGB (Red+Green+Blue) = 12+101+46=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 101 (39.84% from 255 or 63.52% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 101 - color contains mainly: green. Hex color #0C652E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C652E is #F39AD1. Grayscale: #444444. Windows color (decimal): -15964882 or 3040524. OLE color: 3040524.
HSL color Cylindrical-coordinate representation of color #0C652E: hue angle of 142.92º 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 #0C652E is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 101 | 46 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.60 |
| HSL | 142.92º | 0.79% | 0.22% | - |
| HSV(B) | 142.92º | 0.88% | 0.4% | - |
| XYZ | 5.3 | 9.58 | 4.16 | - |
| YUV | 68.12 | 115.51 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 46 | 0.88 | 0 | 0.54 | 0.60 | 142.92 | 0.79 | 0.22 |
| Hex | C | 65 | 2E | 58 | 0 | 36 | 3C | 8F | 4F | 16 |
| Octal | 14 | 145 | 56 | 130 | 0 | 66 | 74 | 217 | 117 | 26 |
| Binary | 1100 | 1100101 | 101110 | 1011000 | 0 | 110110 | 111100 | 10001111 | 1001111 | 10110 |
Color Harmonies of #0C652E
Complementary color
Monochromatic Colors of #0C652E
Black with #0C652E
Text Example
Text Example
White with #0C652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C652E; }
p { color: rgb(12,101,46); }
H1.HeaderClassName
{
color: #0C652E;
}
.AnyTagClassName
{
color: #0C652E;
}
</style>
background-color css
<style>
a { background-color: #0C652E; }
a { background-color: rgb(12,101,46); }
div.DivClassName
{
background-color: #0C652E;
}
.BgClassName
{
background-color: #0C652E;
}
</style>
border-color css
<style>
span { border-color: #0C652E; }
span { border-color: rgb(12,101,46); }
td.TdClassName
{
border-color: #0C652E;
}
.TagClassName
{
border-color: #0C652E;
}
</style>