Shades of Crusoe #13592F
Tints of Crusoe #13592F
RGB
CMYK
RGB Variations
Color information
#13592F (or 0x13592F) is known color: Crusoe. HEX triplet: 13, 59 and 2F. RGB value is (19,89,47). Sum of RGB (Red+Green+Blue) = 19+89+47=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #13592F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13592F is #ECA6D0. Grayscale: #3F3F3F. Windows color (decimal): -15509201 or 3102995. OLE color: 3102995.
HSL color Cylindrical-coordinate representation of color #13592F: hue angle of 144º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13592F is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 89 | 47 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.65 |
| HSL | 144º | 0.65% | 0.21% | - |
| HSV(B) | 144º | 0.79% | 0.35% | - |
| XYZ | 4.35 | 7.49 | 3.91 | - |
| YUV | 63.28 | 118.81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 47 | 0.79 | 0 | 0.47 | 0.65 | 144 | 0.65 | 0.21 |
| Hex | 13 | 59 | 2F | 4F | 0 | 2F | 41 | 90 | 41 | 15 |
| Octal | 23 | 131 | 57 | 117 | 0 | 57 | 101 | 220 | 101 | 25 |
| Binary | 10011 | 1011001 | 101111 | 1001111 | 0 | 101111 | 1000001 | 10010000 | 1000001 | 10101 |
Color Harmonies of #13592F
Complementary color
Monochromatic Colors of #13592F
Black with #13592F
Text Example
Text Example
White with #13592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13592F; }
p { color: rgb(19,89,47); }
H1.HeaderClassName
{
color: #13592F;
}
.AnyTagClassName
{
color: #13592F;
}
</style>
background-color css
<style>
a { background-color: #13592F; }
a { background-color: rgb(19,89,47); }
div.DivClassName
{
background-color: #13592F;
}
.BgClassName
{
background-color: #13592F;
}
</style>
border-color css
<style>
span { border-color: #13592F; }
span { border-color: rgb(19,89,47); }
td.TdClassName
{
border-color: #13592F;
}
.TagClassName
{
border-color: #13592F;
}
</style>