Shades of Crusoe #0D611D
Tints of Crusoe #0D611D
RGB
CMYK
RGB Variations
Color information
#0D611D (or 0x0D611D) is known color: Crusoe. HEX triplet: 0D, 61 and 1D. RGB value is (13,97,29). Sum of RGB (Red+Green+Blue) = 13+97+29=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 97 (38.28% from 255 or 69.78% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 97 - color contains mainly: green. Hex color #0D611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D611D is #F29EE2. Grayscale: #404040. Windows color (decimal): -15900387 or 1925389. OLE color: 1925389.
HSL color Cylindrical-coordinate representation of color #0D611D: hue angle of 131.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 #0D611D is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 29 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.62 |
| HSL | 131.43º | 0.76% | 0.22% | - |
| HSV(B) | 131.43º | 0.87% | 0.38% | - |
| XYZ | 4.66 | 8.72 | 2.6 | - |
| YUV | 64.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 29 | 0.87 | 0 | 0.70 | 0.62 | 131.43 | 0.76 | 0.22 |
| Hex | D | 61 | 1D | 57 | 0 | 46 | 3E | 83 | 4C | 16 |
| Octal | 15 | 141 | 35 | 127 | 0 | 106 | 76 | 203 | 114 | 26 |
| Binary | 1101 | 1100001 | 11101 | 1010111 | 0 | 1000110 | 111110 | 10000011 | 1001100 | 10110 |
Color Harmonies of #0D611D
Complementary color
Monochromatic Colors of #0D611D
Black with #0D611D
Text Example
Text Example
White with #0D611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D611D; }
p { color: rgb(13,97,29); }
H1.HeaderClassName
{
color: #0D611D;
}
.AnyTagClassName
{
color: #0D611D;
}
</style>
background-color css
<style>
a { background-color: #0D611D; }
a { background-color: rgb(13,97,29); }
div.DivClassName
{
background-color: #0D611D;
}
.BgClassName
{
background-color: #0D611D;
}
</style>
border-color css
<style>
span { border-color: #0D611D; }
span { border-color: rgb(13,97,29); }
td.TdClassName
{
border-color: #0D611D;
}
.TagClassName
{
border-color: #0D611D;
}
</style>