Shades of Crusoe #13551F
Tints of Crusoe #13551F
RGB
CMYK
RGB Variations
Color information
#13551F (or 0x13551F) is known color: Crusoe. HEX triplet: 13, 55 and 1F. RGB value is (19,85,31). Sum of RGB (Red+Green+Blue) = 19+85+31=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #13551F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13551F is #ECAAE0. Grayscale: #3B3B3B. Windows color (decimal): -15510241 or 2053395. OLE color: 2053395.
HSL color Cylindrical-coordinate representation of color #13551F: hue angle of 130.91º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13551F is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 31 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.67 |
| HSL | 130.91º | 0.63% | 0.2% | - |
| HSV(B) | 130.91º | 0.78% | 0.33% | - |
| XYZ | 3.76 | 6.73 | 2.4 | - |
| YUV | 59.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 31 | 0.78 | 0 | 0.64 | 0.67 | 130.91 | 0.63 | 0.2 |
| Hex | 13 | 55 | 1F | 4E | 0 | 40 | 43 | 83 | 3F | 14 |
| Octal | 23 | 125 | 37 | 116 | 0 | 100 | 103 | 203 | 77 | 24 |
| Binary | 10011 | 1010101 | 11111 | 1001110 | 0 | 1000000 | 1000011 | 10000011 | 111111 | 10100 |
Color Harmonies of #13551F
Complementary color
Monochromatic Colors of #13551F
Black with #13551F
Text Example
Text Example
White with #13551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13551F; }
p { color: rgb(19,85,31); }
H1.HeaderClassName
{
color: #13551F;
}
.AnyTagClassName
{
color: #13551F;
}
</style>
background-color css
<style>
a { background-color: #13551F; }
a { background-color: rgb(19,85,31); }
div.DivClassName
{
background-color: #13551F;
}
.BgClassName
{
background-color: #13551F;
}
</style>
border-color css
<style>
span { border-color: #13551F; }
span { border-color: rgb(19,85,31); }
td.TdClassName
{
border-color: #13551F;
}
.TagClassName
{
border-color: #13551F;
}
</style>