Shades of Crusoe #0D592E
Tints of Crusoe #0D592E
RGB
CMYK
RGB Variations
Color information
#0D592E (or 0x0D592E) is known color: Crusoe. HEX triplet: 0D, 59 and 2E. RGB value is (13,89,46). Sum of RGB (Red+Green+Blue) = 13+89+46=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #0D592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D592E is #F2A6D1. Grayscale: #3D3D3D. Windows color (decimal): -15902418 or 3037453. OLE color: 3037453.
HSL color Cylindrical-coordinate representation of color #0D592E: hue angle of 146.05º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D592E is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 89 | 46 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.65 |
| HSL | 146.05º | 0.75% | 0.2% | - |
| HSV(B) | 146.05º | 0.85% | 0.35% | - |
| XYZ | 4.23 | 7.43 | 3.8 | - |
| YUV | 61.37 | 119.32 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 46 | 0.85 | 0 | 0.48 | 0.65 | 146.05 | 0.75 | 0.2 |
| Hex | D | 59 | 2E | 55 | 0 | 30 | 41 | 92 | 4B | 14 |
| Octal | 15 | 131 | 56 | 125 | 0 | 60 | 101 | 222 | 113 | 24 |
| Binary | 1101 | 1011001 | 101110 | 1010101 | 0 | 110000 | 1000001 | 10010010 | 1001011 | 10100 |
Color Harmonies of #0D592E
Complementary color
Monochromatic Colors of #0D592E
Black with #0D592E
Text Example
Text Example
White with #0D592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D592E; }
p { color: rgb(13,89,46); }
H1.HeaderClassName
{
color: #0D592E;
}
.AnyTagClassName
{
color: #0D592E;
}
</style>
background-color css
<style>
a { background-color: #0D592E; }
a { background-color: rgb(13,89,46); }
div.DivClassName
{
background-color: #0D592E;
}
.BgClassName
{
background-color: #0D592E;
}
</style>
border-color css
<style>
span { border-color: #0D592E; }
span { border-color: rgb(13,89,46); }
td.TdClassName
{
border-color: #0D592E;
}
.TagClassName
{
border-color: #0D592E;
}
</style>