Shades of Crusoe #11602A
Tints of Crusoe #11602A
RGB
CMYK
RGB Variations
Color information
#11602A (or 0x11602A) is known color: Crusoe. HEX triplet: 11, 60 and 2A. RGB value is (17,96,42). Sum of RGB (Red+Green+Blue) = 17+96+42=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #11602A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11602A is #EE9FD5. Grayscale: #424242. Windows color (decimal): -15638486 or 2777105. OLE color: 2777105.
HSL color Cylindrical-coordinate representation of color #11602A: hue angle of 138.99º 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 #11602A is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 96 | 42 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.62 |
| HSL | 138.99º | 0.7% | 0.22% | - |
| HSV(B) | 138.99º | 0.82% | 0.38% | - |
| XYZ | 4.83 | 8.65 | 3.61 | - |
| YUV | 66.22 | 114.33 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 42 | 0.82 | 0 | 0.56 | 0.62 | 138.99 | 0.7 | 0.22 |
| Hex | 11 | 60 | 2A | 52 | 0 | 38 | 3E | 8B | 46 | 16 |
| Octal | 21 | 140 | 52 | 122 | 0 | 70 | 76 | 213 | 106 | 26 |
| Binary | 10001 | 1100000 | 101010 | 1010010 | 0 | 111000 | 111110 | 10001011 | 1000110 | 10110 |
Color Harmonies of #11602A
Complementary color
Monochromatic Colors of #11602A
Black with #11602A
Text Example
Text Example
White with #11602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11602A; }
p { color: rgb(17,96,42); }
H1.HeaderClassName
{
color: #11602A;
}
.AnyTagClassName
{
color: #11602A;
}
</style>
background-color css
<style>
a { background-color: #11602A; }
a { background-color: rgb(17,96,42); }
div.DivClassName
{
background-color: #11602A;
}
.BgClassName
{
background-color: #11602A;
}
</style>
border-color css
<style>
span { border-color: #11602A; }
span { border-color: rgb(17,96,42); }
td.TdClassName
{
border-color: #11602A;
}
.TagClassName
{
border-color: #11602A;
}
</style>