Shades of Crusoe #13641D
Tints of Crusoe #13641D
RGB
CMYK
RGB Variations
Color information
#13641D (or 0x13641D) is known color: Crusoe. HEX triplet: 13, 64 and 1D. RGB value is (19,100,29). Sum of RGB (Red+Green+Blue) = 19+100+29=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 100 (39.45% from 255 or 67.57% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 100 - color contains mainly: green. Hex color #13641D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13641D is #EC9BE2. Grayscale: #434343. Windows color (decimal): -15506403 or 1926163. OLE color: 1926163.
HSL color Cylindrical-coordinate representation of color #13641D: hue angle of 127.41º 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 #13641D is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 100 | 29 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.61 |
| HSL | 127.41º | 0.68% | 0.23% | - |
| HSV(B) | 127.41º | 0.81% | 0.39% | - |
| XYZ | 5.05 | 9.34 | 2.7 | - |
| YUV | 67.69 | 106.16 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 100 | 29 | 0.81 | 0 | 0.71 | 0.61 | 127.41 | 0.68 | 0.23 |
| Hex | 13 | 64 | 1D | 51 | 0 | 47 | 3D | 7F | 44 | 17 |
| Octal | 23 | 144 | 35 | 121 | 0 | 107 | 75 | 177 | 104 | 27 |
| Binary | 10011 | 1100100 | 11101 | 1010001 | 0 | 1000111 | 111101 | 1111111 | 1000100 | 10111 |
Color Harmonies of #13641D
Complementary color
Monochromatic Colors of #13641D
Black with #13641D
Text Example
Text Example
White with #13641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13641D; }
p { color: rgb(19,100,29); }
H1.HeaderClassName
{
color: #13641D;
}
.AnyTagClassName
{
color: #13641D;
}
</style>
background-color css
<style>
a { background-color: #13641D; }
a { background-color: rgb(19,100,29); }
div.DivClassName
{
background-color: #13641D;
}
.BgClassName
{
background-color: #13641D;
}
</style>
border-color css
<style>
span { border-color: #13641D; }
span { border-color: rgb(19,100,29); }
td.TdClassName
{
border-color: #13641D;
}
.TagClassName
{
border-color: #13641D;
}
</style>