Shades of Crusoe #0D5025
Tints of Crusoe #0D5025
RGB
CMYK
RGB Variations
Color information
#0D5025 (or 0x0D5025) is known color: Crusoe. HEX triplet: 0D, 50 and 25. RGB value is (13,80,37). Sum of RGB (Red+Green+Blue) = 13+80+37=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 80 (31.64% from 255 or 61.54% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 80 - color contains mainly: green. Hex color #0D5025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5025 is #F2AFDA. Grayscale: #373737. Windows color (decimal): -15904731 or 2445325. OLE color: 2445325.
HSL color Cylindrical-coordinate representation of color #0D5025: hue angle of 141.49º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5025 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 80 | 37 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.69 |
| HSL | 141.49º | 0.72% | 0.18% | - |
| HSV(B) | 141.49º | 0.84% | 0.31% | - |
| XYZ | 3.37 | 5.96 | 2.72 | - |
| YUV | 55.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 37 | 0.84 | 0 | 0.54 | 0.69 | 141.49 | 0.72 | 0.18 |
| Hex | D | 50 | 25 | 54 | 0 | 36 | 45 | 8D | 48 | 12 |
| Octal | 15 | 120 | 45 | 124 | 0 | 66 | 105 | 215 | 110 | 22 |
| Binary | 1101 | 1010000 | 100101 | 1010100 | 0 | 110110 | 1000101 | 10001101 | 1001000 | 10010 |
Color Harmonies of #0D5025
Complementary color
Monochromatic Colors of #0D5025
Black with #0D5025
Text Example
Text Example
White with #0D5025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5025; }
p { color: rgb(13,80,37); }
H1.HeaderClassName
{
color: #0D5025;
}
.AnyTagClassName
{
color: #0D5025;
}
</style>
background-color css
<style>
a { background-color: #0D5025; }
a { background-color: rgb(13,80,37); }
div.DivClassName
{
background-color: #0D5025;
}
.BgClassName
{
background-color: #0D5025;
}
</style>
border-color css
<style>
span { border-color: #0D5025; }
span { border-color: rgb(13,80,37); }
td.TdClassName
{
border-color: #0D5025;
}
.TagClassName
{
border-color: #0D5025;
}
</style>