Shades of Crusoe #0D611E
Tints of Crusoe #0D611E
RGB
CMYK
RGB Variations
Color information
#0D611E (or 0x0D611E) is known color: Crusoe. HEX triplet: 0D, 61 and 1E. RGB value is (13,97,30). Sum of RGB (Red+Green+Blue) = 13+97+30=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 97 (38.28% from 255 or 69.29% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 97 - color contains mainly: green. Hex color #0D611E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D611E is #F29EE1. Grayscale: #404040. Windows color (decimal): -15900386 or 1990925. OLE color: 1990925.
HSL color Cylindrical-coordinate representation of color #0D611E: hue angle of 132.14º 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 #0D611E is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 30 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.62 |
| HSL | 132.14º | 0.76% | 0.22% | - |
| HSV(B) | 132.14º | 0.87% | 0.38% | - |
| XYZ | 4.68 | 8.73 | 2.67 | - |
| YUV | 64.25 | 108.67 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 30 | 0.87 | 0 | 0.69 | 0.62 | 132.14 | 0.76 | 0.22 |
| Hex | D | 61 | 1E | 57 | 0 | 45 | 3E | 84 | 4C | 16 |
| Octal | 15 | 141 | 36 | 127 | 0 | 105 | 76 | 204 | 114 | 26 |
| Binary | 1101 | 1100001 | 11110 | 1010111 | 0 | 1000101 | 111110 | 10000100 | 1001100 | 10110 |
Color Harmonies of #0D611E
Complementary color
Monochromatic Colors of #0D611E
Black with #0D611E
Text Example
Text Example
White with #0D611E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D611E; }
p { color: rgb(13,97,30); }
H1.HeaderClassName
{
color: #0D611E;
}
.AnyTagClassName
{
color: #0D611E;
}
</style>
background-color css
<style>
a { background-color: #0D611E; }
a { background-color: rgb(13,97,30); }
div.DivClassName
{
background-color: #0D611E;
}
.BgClassName
{
background-color: #0D611E;
}
</style>
border-color css
<style>
span { border-color: #0D611E; }
span { border-color: rgb(13,97,30); }
td.TdClassName
{
border-color: #0D611E;
}
.TagClassName
{
border-color: #0D611E;
}
</style>