Shades of Crusoe #0D6825
Tints of Crusoe #0D6825
RGB
CMYK
RGB Variations
Color information
#0D6825 (or 0x0D6825) is known color: Crusoe. HEX triplet: 0D, 68 and 25. RGB value is (13,104,37). Sum of RGB (Red+Green+Blue) = 13+104+37=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #0D6825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6825 is #F297DA. Grayscale: #454545. Windows color (decimal): -15898587 or 2451469. OLE color: 2451469.
HSL color Cylindrical-coordinate representation of color #0D6825: hue angle of 135.82º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6825 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 104 | 37 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.59 |
| HSL | 135.82º | 0.78% | 0.23% | - |
| HSV(B) | 135.82º | 0.88% | 0.41% | - |
| XYZ | 5.45 | 10.12 | 3.42 | - |
| YUV | 69.15 | 109.85 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 104 | 37 | 0.88 | 0 | 0.64 | 0.59 | 135.82 | 0.78 | 0.23 |
| Hex | D | 68 | 25 | 58 | 0 | 40 | 3B | 88 | 4E | 17 |
| Octal | 15 | 150 | 45 | 130 | 0 | 100 | 73 | 210 | 116 | 27 |
| Binary | 1101 | 1101000 | 100101 | 1011000 | 0 | 1000000 | 111011 | 10001000 | 1001110 | 10111 |
Color Harmonies of #0D6825
Complementary color
Monochromatic Colors of #0D6825
Black with #0D6825
Text Example
Text Example
White with #0D6825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6825; }
p { color: rgb(13,104,37); }
H1.HeaderClassName
{
color: #0D6825;
}
.AnyTagClassName
{
color: #0D6825;
}
</style>
background-color css
<style>
a { background-color: #0D6825; }
a { background-color: rgb(13,104,37); }
div.DivClassName
{
background-color: #0D6825;
}
.BgClassName
{
background-color: #0D6825;
}
</style>
border-color css
<style>
span { border-color: #0D6825; }
span { border-color: rgb(13,104,37); }
td.TdClassName
{
border-color: #0D6825;
}
.TagClassName
{
border-color: #0D6825;
}
</style>