Shades of Crusoe #17552C
Tints of Crusoe #17552C
RGB
CMYK
RGB Variations
Color information
#17552C (or 0x17552C) is known color: Crusoe. HEX triplet: 17, 55 and 2C. RGB value is (23,85,44). Sum of RGB (Red+Green+Blue) = 23+85+44=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #17552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17552C is #E8AAD3. Grayscale: #3D3D3D. Windows color (decimal): -15248084 or 2905367. OLE color: 2905367.
HSL color Cylindrical-coordinate representation of color #17552C: hue angle of 140.32º 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 #17552C is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 85 | 44 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.67 |
| HSL | 140.32º | 0.57% | 0.21% | - |
| HSV(B) | 140.32º | 0.73% | 0.33% | - |
| XYZ | 4.06 | 6.86 | 3.49 | - |
| YUV | 61.79 | 117.96 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 44 | 0.73 | 0 | 0.48 | 0.67 | 140.32 | 0.57 | 0.21 |
| Hex | 17 | 55 | 2C | 49 | 0 | 30 | 43 | 8C | 39 | 15 |
| Octal | 27 | 125 | 54 | 111 | 0 | 60 | 103 | 214 | 71 | 25 |
| Binary | 10111 | 1010101 | 101100 | 1001001 | 0 | 110000 | 1000011 | 10001100 | 111001 | 10101 |
Color Harmonies of #17552C
Complementary color
Monochromatic Colors of #17552C
Black with #17552C
Text Example
Text Example
White with #17552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17552C; }
p { color: rgb(23,85,44); }
H1.HeaderClassName
{
color: #17552C;
}
.AnyTagClassName
{
color: #17552C;
}
</style>
background-color css
<style>
a { background-color: #17552C; }
a { background-color: rgb(23,85,44); }
div.DivClassName
{
background-color: #17552C;
}
.BgClassName
{
background-color: #17552C;
}
</style>
border-color css
<style>
span { border-color: #17552C; }
span { border-color: rgb(23,85,44); }
td.TdClassName
{
border-color: #17552C;
}
.TagClassName
{
border-color: #17552C;
}
</style>