Shades of Crusoe #0D521B
Tints of Crusoe #0D521B
RGB
CMYK
RGB Variations
Color information
#0D521B (or 0x0D521B) is known color: Crusoe. HEX triplet: 0D, 52 and 1B. RGB value is (13,82,27). Sum of RGB (Red+Green+Blue) = 13+82+27=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #0D521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D521B is #F2ADE4. Grayscale: #373737. Windows color (decimal): -15904229 or 1790477. OLE color: 1790477.
HSL color Cylindrical-coordinate representation of color #0D521B: hue angle of 132.17º 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 #0D521B is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 82 | 27 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.68 |
| HSL | 132.17º | 0.73% | 0.19% | - |
| HSV(B) | 132.17º | 0.84% | 0.32% | - |
| XYZ | 3.38 | 6.2 | 2.06 | - |
| YUV | 55.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 27 | 0.84 | 0 | 0.67 | 0.68 | 132.17 | 0.73 | 0.19 |
| Hex | D | 52 | 1B | 54 | 0 | 43 | 44 | 84 | 49 | 13 |
| Octal | 15 | 122 | 33 | 124 | 0 | 103 | 104 | 204 | 111 | 23 |
| Binary | 1101 | 1010010 | 11011 | 1010100 | 0 | 1000011 | 1000100 | 10000100 | 1001001 | 10011 |
Color Harmonies of #0D521B
Complementary color
Monochromatic Colors of #0D521B
Black with #0D521B
Text Example
Text Example
White with #0D521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D521B; }
p { color: rgb(13,82,27); }
H1.HeaderClassName
{
color: #0D521B;
}
.AnyTagClassName
{
color: #0D521B;
}
</style>
background-color css
<style>
a { background-color: #0D521B; }
a { background-color: rgb(13,82,27); }
div.DivClassName
{
background-color: #0D521B;
}
.BgClassName
{
background-color: #0D521B;
}
</style>
border-color css
<style>
span { border-color: #0D521B; }
span { border-color: rgb(13,82,27); }
td.TdClassName
{
border-color: #0D521B;
}
.TagClassName
{
border-color: #0D521B;
}
</style>