Shades of Crusoe #0D5221
Tints of Crusoe #0D5221
RGB
CMYK
RGB Variations
Color information
#0D5221 (or 0x0D5221) is known color: Crusoe. HEX triplet: 0D, 52 and 21. RGB value is (13,82,33). Sum of RGB (Red+Green+Blue) = 13+82+33=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 82 (32.42% from 255 or 64.06% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 82 - color contains mainly: green. Hex color #0D5221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5221 is #F2ADDE. Grayscale: #373737. Windows color (decimal): -15904223 or 2183693. OLE color: 2183693.
HSL color Cylindrical-coordinate representation of color #0D5221: hue angle of 137.39º 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 #0D5221 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 82 | 33 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.68 |
| HSL | 137.39º | 0.73% | 0.19% | - |
| HSV(B) | 137.39º | 0.84% | 0.32% | - |
| XYZ | 3.46 | 6.23 | 2.46 | - |
| YUV | 55.78 | 115.14 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 33 | 0.84 | 0 | 0.60 | 0.68 | 137.39 | 0.73 | 0.19 |
| Hex | D | 52 | 21 | 54 | 0 | 3C | 44 | 89 | 49 | 13 |
| Octal | 15 | 122 | 41 | 124 | 0 | 74 | 104 | 211 | 111 | 23 |
| Binary | 1101 | 1010010 | 100001 | 1010100 | 0 | 111100 | 1000100 | 10001001 | 1001001 | 10011 |
Color Harmonies of #0D5221
Complementary color
Monochromatic Colors of #0D5221
Black with #0D5221
Text Example
Text Example
White with #0D5221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5221; }
p { color: rgb(13,82,33); }
H1.HeaderClassName
{
color: #0D5221;
}
.AnyTagClassName
{
color: #0D5221;
}
</style>
background-color css
<style>
a { background-color: #0D5221; }
a { background-color: rgb(13,82,33); }
div.DivClassName
{
background-color: #0D5221;
}
.BgClassName
{
background-color: #0D5221;
}
</style>
border-color css
<style>
span { border-color: #0D5221; }
span { border-color: rgb(13,82,33); }
td.TdClassName
{
border-color: #0D5221;
}
.TagClassName
{
border-color: #0D5221;
}
</style>