Shades of Crusoe #0D652C
Tints of Crusoe #0D652C
RGB
CMYK
RGB Variations
Color information
#0D652C (or 0x0D652C) is known color: Crusoe. HEX triplet: 0D, 65 and 2C. RGB value is (13,101,44). Sum of RGB (Red+Green+Blue) = 13+101+44=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #0D652C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D652C is #F29AD3. Grayscale: #444444. Windows color (decimal): -15899348 or 2909453. OLE color: 2909453.
HSL color Cylindrical-coordinate representation of color #0D652C: hue angle of 141.14º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D652C is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 13 | 101 | 44 | - |
| CMYK | 0.87 | 0 | 0.56 | 0.60 |
| HSL | 141.14º | 0.77% | 0.22% | - |
| HSV(B) | 141.14º | 0.87% | 0.4% | - |
| XYZ | 5.27 | 9.57 | 3.95 | - |
| YUV | 68.19 | 114.35 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 44 | 0.87 | 0 | 0.56 | 0.60 | 141.14 | 0.77 | 0.22 |
| Hex | D | 65 | 2C | 57 | 0 | 38 | 3C | 8D | 4D | 16 |
| Octal | 15 | 145 | 54 | 127 | 0 | 70 | 74 | 215 | 115 | 26 |
| Binary | 1101 | 1100101 | 101100 | 1010111 | 0 | 111000 | 111100 | 10001101 | 1001101 | 10110 |
Color Harmonies of #0D652C
Complementary color
Monochromatic Colors of #0D652C
Black with #0D652C
Text Example
Text Example
White with #0D652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D652C; }
p { color: rgb(13,101,44); }
H1.HeaderClassName
{
color: #0D652C;
}
.AnyTagClassName
{
color: #0D652C;
}
</style>
background-color css
<style>
a { background-color: #0D652C; }
a { background-color: rgb(13,101,44); }
div.DivClassName
{
background-color: #0D652C;
}
.BgClassName
{
background-color: #0D652C;
}
</style>
border-color css
<style>
span { border-color: #0D652C; }
span { border-color: rgb(13,101,44); }
td.TdClassName
{
border-color: #0D652C;
}
.TagClassName
{
border-color: #0D652C;
}
</style>