Shades of Crusoe #17622D
Tints of Crusoe #17622D
RGB
CMYK
RGB Variations
Color information
#17622D (or 0x17622D) is known color: Crusoe. HEX triplet: 17, 62 and 2D. RGB value is (23,98,45). Sum of RGB (Red+Green+Blue) = 23+98+45=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #17622D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17622D is #E89DD2. Grayscale: #454545. Windows color (decimal): -15244755 or 2974231. OLE color: 2974231.
HSL color Cylindrical-coordinate representation of color #17622D: hue angle of 137.6º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #17622D is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 98 | 45 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.62 |
| HSL | 137.6º | 0.62% | 0.24% | - |
| HSV(B) | 137.6º | 0.77% | 0.38% | - |
| XYZ | 5.19 | 9.11 | 3.97 | - |
| YUV | 69.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 98 | 45 | 0.77 | 0 | 0.54 | 0.62 | 137.6 | 0.62 | 0.24 |
| Hex | 17 | 62 | 2D | 4D | 0 | 36 | 3E | 8A | 3E | 18 |
| Octal | 27 | 142 | 55 | 115 | 0 | 66 | 76 | 212 | 76 | 30 |
| Binary | 10111 | 1100010 | 101101 | 1001101 | 0 | 110110 | 111110 | 10001010 | 111110 | 11000 |
Color Harmonies of #17622D
Complementary color
Monochromatic Colors of #17622D
Black with #17622D
Text Example
Text Example
White with #17622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17622D; }
p { color: rgb(23,98,45); }
H1.HeaderClassName
{
color: #17622D;
}
.AnyTagClassName
{
color: #17622D;
}
</style>
background-color css
<style>
a { background-color: #17622D; }
a { background-color: rgb(23,98,45); }
div.DivClassName
{
background-color: #17622D;
}
.BgClassName
{
background-color: #17622D;
}
</style>
border-color css
<style>
span { border-color: #17622D; }
span { border-color: rgb(23,98,45); }
td.TdClassName
{
border-color: #17622D;
}
.TagClassName
{
border-color: #17622D;
}
</style>