Shades of Crusoe #0C652B
Tints of Crusoe #0C652B
RGB
CMYK
RGB Variations
Color information
#0C652B (or 0x0C652B) is known color: Crusoe. HEX triplet: 0C, 65 and 2B. RGB value is (12,101,43). Sum of RGB (Red+Green+Blue) = 12+101+43=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 101 (39.84% from 255 or 64.74% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 101 - color contains mainly: green. Hex color #0C652B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C652B is #F39AD4. Grayscale: #434343. Windows color (decimal): -15964885 or 2843916. OLE color: 2843916.
HSL color Cylindrical-coordinate representation of color #0C652B: hue angle of 140.9º 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 #0C652B is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 101 | 43 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.60 |
| HSL | 140.9º | 0.79% | 0.22% | - |
| HSV(B) | 140.9º | 0.88% | 0.4% | - |
| XYZ | 5.24 | 9.56 | 3.85 | - |
| YUV | 67.78 | 114.01 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 43 | 0.88 | 0 | 0.57 | 0.60 | 140.9 | 0.79 | 0.22 |
| Hex | C | 65 | 2B | 58 | 0 | 39 | 3C | 8D | 4F | 16 |
| Octal | 14 | 145 | 53 | 130 | 0 | 71 | 74 | 215 | 117 | 26 |
| Binary | 1100 | 1100101 | 101011 | 1011000 | 0 | 111001 | 111100 | 10001101 | 1001111 | 10110 |
Color Harmonies of #0C652B
Complementary color
Monochromatic Colors of #0C652B
Black with #0C652B
Text Example
Text Example
White with #0C652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C652B; }
p { color: rgb(12,101,43); }
H1.HeaderClassName
{
color: #0C652B;
}
.AnyTagClassName
{
color: #0C652B;
}
</style>
background-color css
<style>
a { background-color: #0C652B; }
a { background-color: rgb(12,101,43); }
div.DivClassName
{
background-color: #0C652B;
}
.BgClassName
{
background-color: #0C652B;
}
</style>
border-color css
<style>
span { border-color: #0C652B; }
span { border-color: rgb(12,101,43); }
td.TdClassName
{
border-color: #0C652B;
}
.TagClassName
{
border-color: #0C652B;
}
</style>