Shades of Crusoe #11612A
Tints of Crusoe #11612A
RGB
CMYK
RGB Variations
Color information
#11612A (or 0x11612A) is known color: Crusoe. HEX triplet: 11, 61 and 2A. RGB value is (17,97,42). Sum of RGB (Red+Green+Blue) = 17+97+42=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 97 (38.28% from 255 or 62.18% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 97 - color contains mainly: green. Hex color #11612A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11612A is #EE9ED5. Grayscale: #424242. Windows color (decimal): -15638230 or 2777361. OLE color: 2777361.
HSL color Cylindrical-coordinate representation of color #11612A: hue angle of 138.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11612A is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 42 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.62 |
| HSL | 138.75º | 0.7% | 0.22% | - |
| HSV(B) | 138.75º | 0.82% | 0.38% | - |
| XYZ | 4.92 | 8.84 | 3.64 | - |
| YUV | 66.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 42 | 0.82 | 0 | 0.57 | 0.62 | 138.75 | 0.7 | 0.22 |
| Hex | 11 | 61 | 2A | 52 | 0 | 39 | 3E | 8B | 46 | 16 |
| Octal | 21 | 141 | 52 | 122 | 0 | 71 | 76 | 213 | 106 | 26 |
| Binary | 10001 | 1100001 | 101010 | 1010010 | 0 | 111001 | 111110 | 10001011 | 1000110 | 10110 |
Color Harmonies of #11612A
Complementary color
Monochromatic Colors of #11612A
Black with #11612A
Text Example
Text Example
White with #11612A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11612A; }
p { color: rgb(17,97,42); }
H1.HeaderClassName
{
color: #11612A;
}
.AnyTagClassName
{
color: #11612A;
}
</style>
background-color css
<style>
a { background-color: #11612A; }
a { background-color: rgb(17,97,42); }
div.DivClassName
{
background-color: #11612A;
}
.BgClassName
{
background-color: #11612A;
}
</style>
border-color css
<style>
span { border-color: #11612A; }
span { border-color: rgb(17,97,42); }
td.TdClassName
{
border-color: #11612A;
}
.TagClassName
{
border-color: #11612A;
}
</style>