Shades of Crusoe #0D611C
Tints of Crusoe #0D611C
RGB
CMYK
RGB Variations
Color information
#0D611C (or 0x0D611C) is known color: Crusoe. HEX triplet: 0D, 61 and 1C. RGB value is (13,97,28). Sum of RGB (Red+Green+Blue) = 13+97+28=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 97 (38.28% from 255 or 70.29% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 97 - color contains mainly: green. Hex color #0D611C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D611C is #F29EE3. Grayscale: #404040. Windows color (decimal): -15900388 or 1859853. OLE color: 1859853.
HSL color Cylindrical-coordinate representation of color #0D611C: hue angle of 130.71º 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 #0D611C is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 28 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.62 |
| HSL | 130.71º | 0.76% | 0.22% | - |
| HSV(B) | 130.71º | 0.87% | 0.38% | - |
| XYZ | 4.65 | 8.72 | 2.54 | - |
| YUV | 64.02 | 107.67 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 28 | 0.87 | 0 | 0.71 | 0.62 | 130.71 | 0.76 | 0.22 |
| Hex | D | 61 | 1C | 57 | 0 | 47 | 3E | 83 | 4C | 16 |
| Octal | 15 | 141 | 34 | 127 | 0 | 107 | 76 | 203 | 114 | 26 |
| Binary | 1101 | 1100001 | 11100 | 1010111 | 0 | 1000111 | 111110 | 10000011 | 1001100 | 10110 |
Color Harmonies of #0D611C
Complementary color
Monochromatic Colors of #0D611C
Black with #0D611C
Text Example
Text Example
White with #0D611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D611C; }
p { color: rgb(13,97,28); }
H1.HeaderClassName
{
color: #0D611C;
}
.AnyTagClassName
{
color: #0D611C;
}
</style>
background-color css
<style>
a { background-color: #0D611C; }
a { background-color: rgb(13,97,28); }
div.DivClassName
{
background-color: #0D611C;
}
.BgClassName
{
background-color: #0D611C;
}
</style>
border-color css
<style>
span { border-color: #0D611C; }
span { border-color: rgb(13,97,28); }
td.TdClassName
{
border-color: #0D611C;
}
.TagClassName
{
border-color: #0D611C;
}
</style>