Shades of Crusoe #0D6233
Tints of Crusoe #0D6233
RGB
CMYK
RGB Variations
Color information
#0D6233 (or 0x0D6233) is known color: Crusoe. HEX triplet: 0D, 62 and 33. RGB value is (13,98,51). Sum of RGB (Red+Green+Blue) = 13+98+51=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #0D6233 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6233 is #F29DCC. Grayscale: #434343. Windows color (decimal): -15900109 or 3367437. OLE color: 3367437.
HSL color Cylindrical-coordinate representation of color #0D6233: hue angle of 146.82º degrees, saturation: 0.77, 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 #0D6233 is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 98 | 51 | - |
| CMYK | 0.87 | 0 | 0.48 | 0.62 |
| HSL | 146.82º | 0.77% | 0.22% | - |
| HSV(B) | 146.82º | 0.87% | 0.38% | - |
| XYZ | 5.13 | 9.06 | 4.61 | - |
| YUV | 67.23 | 118.84 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 98 | 51 | 0.87 | 0 | 0.48 | 0.62 | 146.82 | 0.77 | 0.22 |
| Hex | D | 62 | 33 | 57 | 0 | 30 | 3E | 93 | 4D | 16 |
| Octal | 15 | 142 | 63 | 127 | 0 | 60 | 76 | 223 | 115 | 26 |
| Binary | 1101 | 1100010 | 110011 | 1010111 | 0 | 110000 | 111110 | 10010011 | 1001101 | 10110 |
Color Harmonies of #0D6233
Complementary color
Monochromatic Colors of #0D6233
Black with #0D6233
Text Example
Text Example
White with #0D6233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6233; }
p { color: rgb(13,98,51); }
H1.HeaderClassName
{
color: #0D6233;
}
.AnyTagClassName
{
color: #0D6233;
}
</style>
background-color css
<style>
a { background-color: #0D6233; }
a { background-color: rgb(13,98,51); }
div.DivClassName
{
background-color: #0D6233;
}
.BgClassName
{
background-color: #0D6233;
}
</style>
border-color css
<style>
span { border-color: #0D6233; }
span { border-color: rgb(13,98,51); }
td.TdClassName
{
border-color: #0D6233;
}
.TagClassName
{
border-color: #0D6233;
}
</style>