Shades of Crusoe #17522E
Tints of Crusoe #17522E
RGB
CMYK
RGB Variations
Color information
#17522E (or 0x17522E) is known color: Crusoe. HEX triplet: 17, 52 and 2E. RGB value is (23,82,46). Sum of RGB (Red+Green+Blue) = 23+82+46=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #17522E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17522E is #E8ADD1. Grayscale: #3C3C3C. Windows color (decimal): -15248850 or 3035671. OLE color: 3035671.
HSL color Cylindrical-coordinate representation of color #17522E: hue angle of 143.39º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #17522E is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 23 | 82 | 46 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.68 |
| HSL | 143.39º | 0.56% | 0.21% | - |
| HSV(B) | 143.39º | 0.72% | 0.32% | - |
| XYZ | 3.86 | 6.41 | 3.62 | - |
| YUV | 60.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 46 | 0.72 | 0 | 0.44 | 0.68 | 143.39 | 0.56 | 0.21 |
| Hex | 17 | 52 | 2E | 48 | 0 | 2C | 44 | 8F | 38 | 15 |
| Octal | 27 | 122 | 56 | 110 | 0 | 54 | 104 | 217 | 70 | 25 |
| Binary | 10111 | 1010010 | 101110 | 1001000 | 0 | 101100 | 1000100 | 10001111 | 111000 | 10101 |
Color Harmonies of #17522E
Complementary color
Monochromatic Colors of #17522E
Black with #17522E
Text Example
Text Example
White with #17522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17522E; }
p { color: rgb(23,82,46); }
H1.HeaderClassName
{
color: #17522E;
}
.AnyTagClassName
{
color: #17522E;
}
</style>
background-color css
<style>
a { background-color: #17522E; }
a { background-color: rgb(23,82,46); }
div.DivClassName
{
background-color: #17522E;
}
.BgClassName
{
background-color: #17522E;
}
</style>
border-color css
<style>
span { border-color: #17522E; }
span { border-color: rgb(23,82,46); }
td.TdClassName
{
border-color: #17522E;
}
.TagClassName
{
border-color: #17522E;
}
</style>