Shades of Crusoe #13631C
Tints of Crusoe #13631C
RGB
CMYK
RGB Variations
Color information
#13631C (or 0x13631C) is known color: Crusoe. HEX triplet: 13, 63 and 1C. RGB value is (19,99,28). Sum of RGB (Red+Green+Blue) = 19+99+28=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #13631C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13631C is #EC9CE3. Grayscale: #434343. Windows color (decimal): -15506660 or 1860371. OLE color: 1860371.
HSL color Cylindrical-coordinate representation of color #13631C: hue angle of 126.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 #13631C is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 99 | 28 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.61 |
| HSL | 126.75º | 0.68% | 0.23% | - |
| HSV(B) | 126.75º | 0.81% | 0.39% | - |
| XYZ | 4.94 | 9.15 | 2.6 | - |
| YUV | 66.99 | 106 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 28 | 0.81 | 0 | 0.72 | 0.61 | 126.75 | 0.68 | 0.23 |
| Hex | 13 | 63 | 1C | 51 | 0 | 48 | 3D | 7F | 44 | 17 |
| Octal | 23 | 143 | 34 | 121 | 0 | 110 | 75 | 177 | 104 | 27 |
| Binary | 10011 | 1100011 | 11100 | 1010001 | 0 | 1001000 | 111101 | 1111111 | 1000100 | 10111 |
Color Harmonies of #13631C
Complementary color
Monochromatic Colors of #13631C
Black with #13631C
Text Example
Text Example
White with #13631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13631C; }
p { color: rgb(19,99,28); }
H1.HeaderClassName
{
color: #13631C;
}
.AnyTagClassName
{
color: #13631C;
}
</style>
background-color css
<style>
a { background-color: #13631C; }
a { background-color: rgb(19,99,28); }
div.DivClassName
{
background-color: #13631C;
}
.BgClassName
{
background-color: #13631C;
}
</style>
border-color css
<style>
span { border-color: #13631C; }
span { border-color: rgb(19,99,28); }
td.TdClassName
{
border-color: #13631C;
}
.TagClassName
{
border-color: #13631C;
}
</style>