Shades of Crusoe #17542E
Tints of Crusoe #17542E
RGB
CMYK
RGB Variations
Color information
#17542E (or 0x17542E) is known color: Crusoe. HEX triplet: 17, 54 and 2E. RGB value is (23,84,46). Sum of RGB (Red+Green+Blue) = 23+84+46=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #17542E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17542E is #E8ABD1. Grayscale: #3D3D3D. Windows color (decimal): -15248338 or 3036183. OLE color: 3036183.
HSL color Cylindrical-coordinate representation of color #17542E: hue angle of 142.62º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #17542E is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 84 | 46 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.67 |
| HSL | 142.62º | 0.57% | 0.21% | - |
| HSV(B) | 142.62º | 0.73% | 0.33% | - |
| XYZ | 4.02 | 6.72 | 3.67 | - |
| YUV | 61.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 46 | 0.73 | 0 | 0.45 | 0.67 | 142.62 | 0.57 | 0.21 |
| Hex | 17 | 54 | 2E | 49 | 0 | 2D | 43 | 8F | 39 | 15 |
| Octal | 27 | 124 | 56 | 111 | 0 | 55 | 103 | 217 | 71 | 25 |
| Binary | 10111 | 1010100 | 101110 | 1001001 | 0 | 101101 | 1000011 | 10001111 | 111001 | 10101 |
Color Harmonies of #17542E
Complementary color
Monochromatic Colors of #17542E
Black with #17542E
Text Example
Text Example
White with #17542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17542E; }
p { color: rgb(23,84,46); }
H1.HeaderClassName
{
color: #17542E;
}
.AnyTagClassName
{
color: #17542E;
}
</style>
background-color css
<style>
a { background-color: #17542E; }
a { background-color: rgb(23,84,46); }
div.DivClassName
{
background-color: #17542E;
}
.BgClassName
{
background-color: #17542E;
}
</style>
border-color css
<style>
span { border-color: #17542E; }
span { border-color: rgb(23,84,46); }
td.TdClassName
{
border-color: #17542E;
}
.TagClassName
{
border-color: #17542E;
}
</style>