Shades of Crusoe #0D5224
Tints of Crusoe #0D5224
RGB
CMYK
RGB Variations
Color information
#0D5224 (or 0x0D5224) is known color: Crusoe. HEX triplet: 0D, 52 and 24. RGB value is (13,82,36). Sum of RGB (Red+Green+Blue) = 13+82+36=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 82 (32.42% from 255 or 62.60% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 82 - color contains mainly: green. Hex color #0D5224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5224 is #F2ADDB. Grayscale: #383838. Windows color (decimal): -15904220 or 2380301. OLE color: 2380301.
HSL color Cylindrical-coordinate representation of color #0D5224: hue angle of 140º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5224 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 82 | 36 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.68 |
| HSL | 140º | 0.73% | 0.19% | - |
| HSV(B) | 140º | 0.84% | 0.32% | - |
| XYZ | 3.5 | 6.25 | 2.69 | - |
| YUV | 56.13 | 116.64 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 36 | 0.84 | 0 | 0.56 | 0.68 | 140 | 0.73 | 0.19 |
| Hex | D | 52 | 24 | 54 | 0 | 38 | 44 | 8C | 49 | 13 |
| Octal | 15 | 122 | 44 | 124 | 0 | 70 | 104 | 214 | 111 | 23 |
| Binary | 1101 | 1010010 | 100100 | 1010100 | 0 | 111000 | 1000100 | 10001100 | 1001001 | 10011 |
Color Harmonies of #0D5224
Complementary color
Monochromatic Colors of #0D5224
Black with #0D5224
Text Example
Text Example
White with #0D5224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5224; }
p { color: rgb(13,82,36); }
H1.HeaderClassName
{
color: #0D5224;
}
.AnyTagClassName
{
color: #0D5224;
}
</style>
background-color css
<style>
a { background-color: #0D5224; }
a { background-color: rgb(13,82,36); }
div.DivClassName
{
background-color: #0D5224;
}
.BgClassName
{
background-color: #0D5224;
}
</style>
border-color css
<style>
span { border-color: #0D5224; }
span { border-color: rgb(13,82,36); }
td.TdClassName
{
border-color: #0D5224;
}
.TagClassName
{
border-color: #0D5224;
}
</style>