Shades of Crusoe #11672B
Tints of Crusoe #11672B
RGB
CMYK
RGB Variations
Color information
#11672B (or 0x11672B) is known color: Crusoe. HEX triplet: 11, 67 and 2B. RGB value is (17,103,43). Sum of RGB (Red+Green+Blue) = 17+103+43=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 103 (40.62% from 255 or 63.19% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 103 - color contains mainly: green. Hex color #11672B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11672B is #EE98D4. Grayscale: #464646. Windows color (decimal): -15636693 or 2844433. OLE color: 2844433.
HSL color Cylindrical-coordinate representation of color #11672B: hue angle of 138.14º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11672B is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 103 | 43 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.60 |
| HSL | 138.14º | 0.72% | 0.24% | - |
| HSV(B) | 138.14º | 0.83% | 0.4% | - |
| XYZ | 5.52 | 9.99 | 3.92 | - |
| YUV | 70.45 | 112.51 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 43 | 0.83 | 0 | 0.58 | 0.60 | 138.14 | 0.72 | 0.24 |
| Hex | 11 | 67 | 2B | 53 | 0 | 3A | 3C | 8A | 48 | 18 |
| Octal | 21 | 147 | 53 | 123 | 0 | 72 | 74 | 212 | 110 | 30 |
| Binary | 10001 | 1100111 | 101011 | 1010011 | 0 | 111010 | 111100 | 10001010 | 1001000 | 11000 |
Color Harmonies of #11672B
Complementary color
Monochromatic Colors of #11672B
Black with #11672B
Text Example
Text Example
White with #11672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11672B; }
p { color: rgb(17,103,43); }
H1.HeaderClassName
{
color: #11672B;
}
.AnyTagClassName
{
color: #11672B;
}
</style>
background-color css
<style>
a { background-color: #11672B; }
a { background-color: rgb(17,103,43); }
div.DivClassName
{
background-color: #11672B;
}
.BgClassName
{
background-color: #11672B;
}
</style>
border-color css
<style>
span { border-color: #11672B; }
span { border-color: rgb(17,103,43); }
td.TdClassName
{
border-color: #11672B;
}
.TagClassName
{
border-color: #11672B;
}
</style>