Shades of Crusoe #17542F
Tints of Crusoe #17542F
RGB
CMYK
RGB Variations
Color information
#17542F (or 0x17542F) is known color: Crusoe. HEX triplet: 17, 54 and 2F. RGB value is (23,84,47). Sum of RGB (Red+Green+Blue) = 23+84+47=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #17542F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17542F is #E8ABD0. Grayscale: #3D3D3D. Windows color (decimal): -15248337 or 3101719. OLE color: 3101719.
HSL color Cylindrical-coordinate representation of color #17542F: hue angle of 143.61º 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 #17542F is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 84 | 47 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.67 |
| HSL | 143.61º | 0.57% | 0.21% | - |
| HSV(B) | 143.61º | 0.73% | 0.33% | - |
| XYZ | 4.04 | 6.73 | 3.78 | - |
| YUV | 61.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 47 | 0.73 | 0 | 0.44 | 0.67 | 143.61 | 0.57 | 0.21 |
| Hex | 17 | 54 | 2F | 49 | 0 | 2C | 43 | 90 | 39 | 15 |
| Octal | 27 | 124 | 57 | 111 | 0 | 54 | 103 | 220 | 71 | 25 |
| Binary | 10111 | 1010100 | 101111 | 1001001 | 0 | 101100 | 1000011 | 10010000 | 111001 | 10101 |
Color Harmonies of #17542F
Complementary color
Monochromatic Colors of #17542F
Black with #17542F
Text Example
Text Example
White with #17542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17542F; }
p { color: rgb(23,84,47); }
H1.HeaderClassName
{
color: #17542F;
}
.AnyTagClassName
{
color: #17542F;
}
</style>
background-color css
<style>
a { background-color: #17542F; }
a { background-color: rgb(23,84,47); }
div.DivClassName
{
background-color: #17542F;
}
.BgClassName
{
background-color: #17542F;
}
</style>
border-color css
<style>
span { border-color: #17542F; }
span { border-color: rgb(23,84,47); }
td.TdClassName
{
border-color: #17542F;
}
.TagClassName
{
border-color: #17542F;
}
</style>