Shades of Crusoe #17632A
Tints of Crusoe #17632A
RGB
CMYK
RGB Variations
Color information
#17632A (or 0x17632A) is known color: Crusoe. HEX triplet: 17, 63 and 2A. RGB value is (23,99,42). Sum of RGB (Red+Green+Blue) = 23+99+42=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #17632A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17632A is #E89CD5. Grayscale: #454545. Windows color (decimal): -15244502 or 2777879. OLE color: 2777879.
HSL color Cylindrical-coordinate representation of color #17632A: hue angle of 135º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #17632A is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 99 | 42 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.61 |
| HSL | 135º | 0.62% | 0.24% | - |
| HSV(B) | 135º | 0.77% | 0.39% | - |
| XYZ | 5.23 | 9.27 | 3.7 | - |
| YUV | 69.78 | 112.32 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 99 | 42 | 0.77 | 0 | 0.58 | 0.61 | 135 | 0.62 | 0.24 |
| Hex | 17 | 63 | 2A | 4D | 0 | 3A | 3D | 87 | 3E | 18 |
| Octal | 27 | 143 | 52 | 115 | 0 | 72 | 75 | 207 | 76 | 30 |
| Binary | 10111 | 1100011 | 101010 | 1001101 | 0 | 111010 | 111101 | 10000111 | 111110 | 11000 |
Color Harmonies of #17632A
Complementary color
Monochromatic Colors of #17632A
Black with #17632A
Text Example
Text Example
White with #17632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17632A; }
p { color: rgb(23,99,42); }
H1.HeaderClassName
{
color: #17632A;
}
.AnyTagClassName
{
color: #17632A;
}
</style>
background-color css
<style>
a { background-color: #17632A; }
a { background-color: rgb(23,99,42); }
div.DivClassName
{
background-color: #17632A;
}
.BgClassName
{
background-color: #17632A;
}
</style>
border-color css
<style>
span { border-color: #17632A; }
span { border-color: rgb(23,99,42); }
td.TdClassName
{
border-color: #17632A;
}
.TagClassName
{
border-color: #17632A;
}
</style>