Shades of Crusoe #0D612B
Tints of Crusoe #0D612B
RGB
CMYK
RGB Variations
Color information
#0D612B (or 0x0D612B) is known color: Crusoe. HEX triplet: 0D, 61 and 2B. RGB value is (13,97,43). Sum of RGB (Red+Green+Blue) = 13+97+43=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #0D612B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D612B is #F29ED4. Grayscale: #414141. Windows color (decimal): -15900373 or 2842893. OLE color: 2842893.
HSL color Cylindrical-coordinate representation of color #0D612B: hue angle of 141.43º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D612B is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 43 | - |
| CMYK | 0.87 | 0 | 0.56 | 0.62 |
| HSL | 141.43º | 0.76% | 0.22% | - |
| HSV(B) | 141.43º | 0.87% | 0.38% | - |
| XYZ | 4.88 | 8.81 | 3.73 | - |
| YUV | 65.73 | 115.17 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 43 | 0.87 | 0 | 0.56 | 0.62 | 141.43 | 0.76 | 0.22 |
| Hex | D | 61 | 2B | 57 | 0 | 38 | 3E | 8D | 4C | 16 |
| Octal | 15 | 141 | 53 | 127 | 0 | 70 | 76 | 215 | 114 | 26 |
| Binary | 1101 | 1100001 | 101011 | 1010111 | 0 | 111000 | 111110 | 10001101 | 1001100 | 10110 |
Color Harmonies of #0D612B
Complementary color
Monochromatic Colors of #0D612B
Black with #0D612B
Text Example
Text Example
White with #0D612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D612B; }
p { color: rgb(13,97,43); }
H1.HeaderClassName
{
color: #0D612B;
}
.AnyTagClassName
{
color: #0D612B;
}
</style>
background-color css
<style>
a { background-color: #0D612B; }
a { background-color: rgb(13,97,43); }
div.DivClassName
{
background-color: #0D612B;
}
.BgClassName
{
background-color: #0D612B;
}
</style>
border-color css
<style>
span { border-color: #0D612B; }
span { border-color: rgb(13,97,43); }
td.TdClassName
{
border-color: #0D612B;
}
.TagClassName
{
border-color: #0D612B;
}
</style>