Shades of Crusoe #0D612D
Tints of Crusoe #0D612D
RGB
CMYK
RGB Variations
Color information
#0D612D (or 0x0D612D) is known color: Crusoe. HEX triplet: 0D, 61 and 2D. RGB value is (13,97,45). Sum of RGB (Red+Green+Blue) = 13+97+45=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #0D612D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D612D is #F29ED2. Grayscale: #424242. Windows color (decimal): -15900371 or 2973965. OLE color: 2973965.
HSL color Cylindrical-coordinate representation of color #0D612D: hue angle of 142.86º 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 #0D612D is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 45 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.62 |
| HSL | 142.86º | 0.76% | 0.22% | - |
| HSV(B) | 142.86º | 0.87% | 0.38% | - |
| XYZ | 4.91 | 8.82 | 3.93 | - |
| YUV | 65.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 45 | 0.87 | 0 | 0.54 | 0.62 | 142.86 | 0.76 | 0.22 |
| Hex | D | 61 | 2D | 57 | 0 | 36 | 3E | 8F | 4C | 16 |
| Octal | 15 | 141 | 55 | 127 | 0 | 66 | 76 | 217 | 114 | 26 |
| Binary | 1101 | 1100001 | 101101 | 1010111 | 0 | 110110 | 111110 | 10001111 | 1001100 | 10110 |
Color Harmonies of #0D612D
Complementary color
Monochromatic Colors of #0D612D
Black with #0D612D
Text Example
Text Example
White with #0D612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D612D; }
p { color: rgb(13,97,45); }
H1.HeaderClassName
{
color: #0D612D;
}
.AnyTagClassName
{
color: #0D612D;
}
</style>
background-color css
<style>
a { background-color: #0D612D; }
a { background-color: rgb(13,97,45); }
div.DivClassName
{
background-color: #0D612D;
}
.BgClassName
{
background-color: #0D612D;
}
</style>
border-color css
<style>
span { border-color: #0D612D; }
span { border-color: rgb(13,97,45); }
td.TdClassName
{
border-color: #0D612D;
}
.TagClassName
{
border-color: #0D612D;
}
</style>