Shades of Crusoe #17582B
Tints of Crusoe #17582B
RGB
CMYK
RGB Variations
Color information
#17582B (or 0x17582B) is known color: Crusoe. HEX triplet: 17, 58 and 2B. RGB value is (23,88,43). Sum of RGB (Red+Green+Blue) = 23+88+43=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #17582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17582B is #E8A7D4. Grayscale: #3F3F3F. Windows color (decimal): -15247317 or 2840599. OLE color: 2840599.
HSL color Cylindrical-coordinate representation of color #17582B: hue angle of 138.46º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17582B is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 88 | 43 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.65 |
| HSL | 138.46º | 0.59% | 0.22% | - |
| HSV(B) | 138.46º | 0.74% | 0.35% | - |
| XYZ | 4.28 | 7.34 | 3.48 | - |
| YUV | 63.44 | 116.47 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 43 | 0.74 | 0 | 0.51 | 0.65 | 138.46 | 0.59 | 0.22 |
| Hex | 17 | 58 | 2B | 4A | 0 | 33 | 41 | 8A | 3B | 16 |
| Octal | 27 | 130 | 53 | 112 | 0 | 63 | 101 | 212 | 73 | 26 |
| Binary | 10111 | 1011000 | 101011 | 1001010 | 0 | 110011 | 1000001 | 10001010 | 111011 | 10110 |
Color Harmonies of #17582B
Complementary color
Monochromatic Colors of #17582B
Black with #17582B
Text Example
Text Example
White with #17582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17582B; }
p { color: rgb(23,88,43); }
H1.HeaderClassName
{
color: #17582B;
}
.AnyTagClassName
{
color: #17582B;
}
</style>
background-color css
<style>
a { background-color: #17582B; }
a { background-color: rgb(23,88,43); }
div.DivClassName
{
background-color: #17582B;
}
.BgClassName
{
background-color: #17582B;
}
</style>
border-color css
<style>
span { border-color: #17582B; }
span { border-color: rgb(23,88,43); }
td.TdClassName
{
border-color: #17582B;
}
.TagClassName
{
border-color: #17582B;
}
</style>