Shades of Crusoe #17612B
Tints of Crusoe #17612B
RGB
CMYK
RGB Variations
Color information
#17612B (or 0x17612B) is known color: Crusoe. HEX triplet: 17, 61 and 2B. RGB value is (23,97,43). Sum of RGB (Red+Green+Blue) = 23+97+43=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #17612B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17612B is #E89ED4. Grayscale: #444444. Windows color (decimal): -15245013 or 2842903. OLE color: 2842903.
HSL color Cylindrical-coordinate representation of color #17612B: hue angle of 136.22º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17612B is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 97 | 43 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.62 |
| HSL | 136.22º | 0.62% | 0.24% | - |
| HSV(B) | 136.22º | 0.76% | 0.38% | - |
| XYZ | 5.06 | 8.91 | 3.74 | - |
| YUV | 68.72 | 113.48 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 97 | 43 | 0.76 | 0 | 0.56 | 0.62 | 136.22 | 0.62 | 0.24 |
| Hex | 17 | 61 | 2B | 4C | 0 | 38 | 3E | 88 | 3E | 18 |
| Octal | 27 | 141 | 53 | 114 | 0 | 70 | 76 | 210 | 76 | 30 |
| Binary | 10111 | 1100001 | 101011 | 1001100 | 0 | 111000 | 111110 | 10001000 | 111110 | 11000 |
Color Harmonies of #17612B
Complementary color
Monochromatic Colors of #17612B
Black with #17612B
Text Example
Text Example
White with #17612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17612B; }
p { color: rgb(23,97,43); }
H1.HeaderClassName
{
color: #17612B;
}
.AnyTagClassName
{
color: #17612B;
}
</style>
background-color css
<style>
a { background-color: #17612B; }
a { background-color: rgb(23,97,43); }
div.DivClassName
{
background-color: #17612B;
}
.BgClassName
{
background-color: #17612B;
}
</style>
border-color css
<style>
span { border-color: #17612B; }
span { border-color: rgb(23,97,43); }
td.TdClassName
{
border-color: #17612B;
}
.TagClassName
{
border-color: #17612B;
}
</style>