Shades of Crusoe #0D6631
Tints of Crusoe #0D6631
RGB
CMYK
RGB Variations
Color information
#0D6631 (or 0x0D6631) is known color: Crusoe. HEX triplet: 0D, 66 and 31. RGB value is (13,102,49). Sum of RGB (Red+Green+Blue) = 13+102+49=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 102 (40.23% from 255 or 62.20% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 102 - color contains mainly: green. Hex color #0D6631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6631 is #F299CE. Grayscale: #454545. Windows color (decimal): -15899087 or 3237389. OLE color: 3237389.
HSL color Cylindrical-coordinate representation of color #0D6631: hue angle of 144.27º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6631 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 13 | 102 | 49 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.6 |
| HSL | 144.27º | 0.77% | 0.23% | - |
| HSV(B) | 144.27º | 0.87% | 0.4% | - |
| XYZ | 5.47 | 9.81 | 4.51 | - |
| YUV | 69.35 | 116.51 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 102 | 49 | 0.87 | 0 | 0.52 | 0.6 | 144.27 | 0.77 | 0.23 |
| Hex | D | 66 | 31 | 57 | 0 | 34 | 3C | 90 | 4D | 17 |
| Octal | 15 | 146 | 61 | 127 | 0 | 64 | 74 | 220 | 115 | 27 |
| Binary | 1101 | 1100110 | 110001 | 1010111 | 0 | 110100 | 111100 | 10010000 | 1001101 | 10111 |
Color Harmonies of #0D6631
Complementary color
Monochromatic Colors of #0D6631
Black with #0D6631
Text Example
Text Example
White with #0D6631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6631; }
p { color: rgb(13,102,49); }
H1.HeaderClassName
{
color: #0D6631;
}
.AnyTagClassName
{
color: #0D6631;
}
</style>
background-color css
<style>
a { background-color: #0D6631; }
a { background-color: rgb(13,102,49); }
div.DivClassName
{
background-color: #0D6631;
}
.BgClassName
{
background-color: #0D6631;
}
</style>
border-color css
<style>
span { border-color: #0D6631; }
span { border-color: rgb(13,102,49); }
td.TdClassName
{
border-color: #0D6631;
}
.TagClassName
{
border-color: #0D6631;
}
</style>