Shades of Crusoe #13602E
Tints of Crusoe #13602E
RGB
CMYK
RGB Variations
Color information
#13602E (or 0x13602E) is known color: Crusoe. HEX triplet: 13, 60 and 2E. RGB value is (19,96,46). Sum of RGB (Red+Green+Blue) = 19+96+46=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #13602E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13602E is #EC9FD1. Grayscale: #434343. Windows color (decimal): -15507410 or 3039251. OLE color: 3039251.
HSL color Cylindrical-coordinate representation of color #13602E: hue angle of 141.04º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13602E is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 96 | 46 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.62 |
| HSL | 141.04º | 0.67% | 0.23% | - |
| HSV(B) | 141.04º | 0.8% | 0.38% | - |
| XYZ | 4.94 | 8.7 | 4 | - |
| YUV | 67.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 46 | 0.80 | 0 | 0.52 | 0.62 | 141.04 | 0.67 | 0.23 |
| Hex | 13 | 60 | 2E | 50 | 0 | 34 | 3E | 8D | 43 | 17 |
| Octal | 23 | 140 | 56 | 120 | 0 | 64 | 76 | 215 | 103 | 27 |
| Binary | 10011 | 1100000 | 101110 | 1010000 | 0 | 110100 | 111110 | 10001101 | 1000011 | 10111 |
Color Harmonies of #13602E
Complementary color
Monochromatic Colors of #13602E
Black with #13602E
Text Example
Text Example
White with #13602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13602E; }
p { color: rgb(19,96,46); }
H1.HeaderClassName
{
color: #13602E;
}
.AnyTagClassName
{
color: #13602E;
}
</style>
background-color css
<style>
a { background-color: #13602E; }
a { background-color: rgb(19,96,46); }
div.DivClassName
{
background-color: #13602E;
}
.BgClassName
{
background-color: #13602E;
}
</style>
border-color css
<style>
span { border-color: #13602E; }
span { border-color: rgb(19,96,46); }
td.TdClassName
{
border-color: #13602E;
}
.TagClassName
{
border-color: #13602E;
}
</style>