Shades of Crusoe #13582C
Tints of Crusoe #13582C
RGB
CMYK
RGB Variations
Color information
#13582C (or 0x13582C) is known color: Crusoe. HEX triplet: 13, 58 and 2C. RGB value is (19,88,44). Sum of RGB (Red+Green+Blue) = 19+88+44=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 88 (34.77% from 255 or 58.28% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 88 - color contains mainly: green. Hex color #13582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13582C is #ECA7D3. Grayscale: #3E3E3E. Windows color (decimal): -15509460 or 2906131. OLE color: 2906131.
HSL color Cylindrical-coordinate representation of color #13582C: hue angle of 141.74º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13582C is Cyan = 0.78, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 88 | 44 | - |
| CMYK | 0.78 | 0 | 0.5 | 0.65 |
| HSL | 141.74º | 0.64% | 0.21% | - |
| HSV(B) | 141.74º | 0.78% | 0.35% | - |
| XYZ | 4.21 | 7.3 | 3.57 | - |
| YUV | 62.35 | 117.64 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 44 | 0.78 | 0 | 0.5 | 0.65 | 141.74 | 0.64 | 0.21 |
| Hex | 13 | 58 | 2C | 4E | 0 | 32 | 41 | 8E | 40 | 15 |
| Octal | 23 | 130 | 54 | 116 | 0 | 62 | 101 | 216 | 100 | 25 |
| Binary | 10011 | 1011000 | 101100 | 1001110 | 0 | 110010 | 1000001 | 10001110 | 1000000 | 10101 |
Color Harmonies of #13582C
Complementary color
Monochromatic Colors of #13582C
Black with #13582C
Text Example
Text Example
White with #13582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13582C; }
p { color: rgb(19,88,44); }
H1.HeaderClassName
{
color: #13582C;
}
.AnyTagClassName
{
color: #13582C;
}
</style>
background-color css
<style>
a { background-color: #13582C; }
a { background-color: rgb(19,88,44); }
div.DivClassName
{
background-color: #13582C;
}
.BgClassName
{
background-color: #13582C;
}
</style>
border-color css
<style>
span { border-color: #13582C; }
span { border-color: rgb(19,88,44); }
td.TdClassName
{
border-color: #13582C;
}
.TagClassName
{
border-color: #13582C;
}
</style>