Shades of Crusoe #0D6128
Tints of Crusoe #0D6128
RGB
CMYK
RGB Variations
Color information
#0D6128 (or 0x0D6128) is known color: Crusoe. HEX triplet: 0D, 61 and 28. RGB value is (13,97,40). Sum of RGB (Red+Green+Blue) = 13+97+40=150 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.67% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6128 is #F29ED7. Grayscale: #414141. Windows color (decimal): -15900376 or 2646285. OLE color: 2646285.
HSL color Cylindrical-coordinate representation of color #0D6128: hue angle of 139.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6128 is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 97 | 40 | - |
| CMYK | 0.87 | 0 | 0.59 | 0.62 |
| HSL | 139.29º | 0.76% | 0.22% | - |
| HSV(B) | 139.29º | 0.87% | 0.38% | - |
| XYZ | 4.82 | 8.79 | 3.45 | - |
| YUV | 65.39 | 113.67 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 97 | 40 | 0.87 | 0 | 0.59 | 0.62 | 139.29 | 0.76 | 0.22 |
| Hex | D | 61 | 28 | 57 | 0 | 3B | 3E | 8B | 4C | 16 |
| Octal | 15 | 141 | 50 | 127 | 0 | 73 | 76 | 213 | 114 | 26 |
| Binary | 1101 | 1100001 | 101000 | 1010111 | 0 | 111011 | 111110 | 10001011 | 1001100 | 10110 |
Color Harmonies of #0D6128
Complementary color
Monochromatic Colors of #0D6128
Black with #0D6128
Text Example
Text Example
White with #0D6128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6128; }
p { color: rgb(13,97,40); }
H1.HeaderClassName
{
color: #0D6128;
}
.AnyTagClassName
{
color: #0D6128;
}
</style>
background-color css
<style>
a { background-color: #0D6128; }
a { background-color: rgb(13,97,40); }
div.DivClassName
{
background-color: #0D6128;
}
.BgClassName
{
background-color: #0D6128;
}
</style>
border-color css
<style>
span { border-color: #0D6128; }
span { border-color: rgb(13,97,40); }
td.TdClassName
{
border-color: #0D6128;
}
.TagClassName
{
border-color: #0D6128;
}
</style>