Shades of Crusoe #13632C
Tints of Crusoe #13632C
RGB
CMYK
RGB Variations
Color information
#13632C (or 0x13632C) is known color: Crusoe. HEX triplet: 13, 63 and 2C. RGB value is (19,99,44). Sum of RGB (Red+Green+Blue) = 19+99+44=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #13632C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13632C is #EC9CD3. Grayscale: #444444. Windows color (decimal): -15506644 or 2908947. OLE color: 2908947.
HSL color Cylindrical-coordinate representation of color #13632C: hue angle of 138.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13632C is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 99 | 44 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.61 |
| HSL | 138.75º | 0.68% | 0.23% | - |
| HSV(B) | 138.75º | 0.81% | 0.39% | - |
| XYZ | 5.19 | 9.24 | 3.89 | - |
| YUV | 68.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 44 | 0.81 | 0 | 0.56 | 0.61 | 138.75 | 0.68 | 0.23 |
| Hex | 13 | 63 | 2C | 51 | 0 | 38 | 3D | 8B | 44 | 17 |
| Octal | 23 | 143 | 54 | 121 | 0 | 70 | 75 | 213 | 104 | 27 |
| Binary | 10011 | 1100011 | 101100 | 1010001 | 0 | 111000 | 111101 | 10001011 | 1000100 | 10111 |
Color Harmonies of #13632C
Complementary color
Monochromatic Colors of #13632C
Black with #13632C
Text Example
Text Example
White with #13632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13632C; }
p { color: rgb(19,99,44); }
H1.HeaderClassName
{
color: #13632C;
}
.AnyTagClassName
{
color: #13632C;
}
</style>
background-color css
<style>
a { background-color: #13632C; }
a { background-color: rgb(19,99,44); }
div.DivClassName
{
background-color: #13632C;
}
.BgClassName
{
background-color: #13632C;
}
</style>
border-color css
<style>
span { border-color: #13632C; }
span { border-color: rgb(19,99,44); }
td.TdClassName
{
border-color: #13632C;
}
.TagClassName
{
border-color: #13632C;
}
</style>