Shades of Crusoe #0D5331
Tints of Crusoe #0D5331
RGB
CMYK
RGB Variations
Color information
#0D5331 (or 0x0D5331) is known color: Crusoe. HEX triplet: 0D, 53 and 31. RGB value is (13,83,49). Sum of RGB (Red+Green+Blue) = 13+83+49=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #0D5331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5331 is #F2ACCE. Grayscale: #3A3A3A. Windows color (decimal): -15903951 or 3232525. OLE color: 3232525.
HSL color Cylindrical-coordinate representation of color #0D5331: hue angle of 150.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5331 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 83 | 49 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.67 |
| HSL | 150.86º | 0.73% | 0.19% | - |
| HSV(B) | 150.86º | 0.84% | 0.33% | - |
| XYZ | 3.81 | 6.49 | 3.96 | - |
| YUV | 58.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 49 | 0.84 | 0 | 0.41 | 0.67 | 150.86 | 0.73 | 0.19 |
| Hex | D | 53 | 31 | 54 | 0 | 29 | 43 | 97 | 49 | 13 |
| Octal | 15 | 123 | 61 | 124 | 0 | 51 | 103 | 227 | 111 | 23 |
| Binary | 1101 | 1010011 | 110001 | 1010100 | 0 | 101001 | 1000011 | 10010111 | 1001001 | 10011 |
Color Harmonies of #0D5331
Complementary color
Monochromatic Colors of #0D5331
Black with #0D5331
Text Example
Text Example
White with #0D5331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5331; }
p { color: rgb(13,83,49); }
H1.HeaderClassName
{
color: #0D5331;
}
.AnyTagClassName
{
color: #0D5331;
}
</style>
background-color css
<style>
a { background-color: #0D5331; }
a { background-color: rgb(13,83,49); }
div.DivClassName
{
background-color: #0D5331;
}
.BgClassName
{
background-color: #0D5331;
}
</style>
border-color css
<style>
span { border-color: #0D5331; }
span { border-color: rgb(13,83,49); }
td.TdClassName
{
border-color: #0D5331;
}
.TagClassName
{
border-color: #0D5331;
}
</style>