Shades of Crusoe #13581C
Tints of Crusoe #13581C
RGB
CMYK
RGB Variations
Color information
#13581C (or 0x13581C) is known color: Crusoe. HEX triplet: 13, 58 and 1C. RGB value is (19,88,28). Sum of RGB (Red+Green+Blue) = 19+88+28=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 88 (34.77% from 255 or 65.19% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 88 - color contains mainly: green. Hex color #13581C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13581C is #ECA7E3. Grayscale: #3C3C3C. Windows color (decimal): -15509476 or 1857555. OLE color: 1857555.
HSL color Cylindrical-coordinate representation of color #13581C: hue angle of 127.83º 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 #13581C is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 88 | 28 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.65 |
| HSL | 127.83º | 0.64% | 0.21% | - |
| HSV(B) | 127.83º | 0.78% | 0.35% | - |
| XYZ | 3.97 | 7.2 | 2.28 | - |
| YUV | 60.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 28 | 0.78 | 0 | 0.68 | 0.65 | 127.83 | 0.64 | 0.21 |
| Hex | 13 | 58 | 1C | 4E | 0 | 44 | 41 | 80 | 40 | 15 |
| Octal | 23 | 130 | 34 | 116 | 0 | 104 | 101 | 200 | 100 | 25 |
| Binary | 10011 | 1011000 | 11100 | 1001110 | 0 | 1000100 | 1000001 | 10000000 | 1000000 | 10101 |
Color Harmonies of #13581C
Complementary color
Monochromatic Colors of #13581C
Black with #13581C
Text Example
Text Example
White with #13581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13581C; }
p { color: rgb(19,88,28); }
H1.HeaderClassName
{
color: #13581C;
}
.AnyTagClassName
{
color: #13581C;
}
</style>
background-color css
<style>
a { background-color: #13581C; }
a { background-color: rgb(19,88,28); }
div.DivClassName
{
background-color: #13581C;
}
.BgClassName
{
background-color: #13581C;
}
</style>
border-color css
<style>
span { border-color: #13581C; }
span { border-color: rgb(19,88,28); }
td.TdClassName
{
border-color: #13581C;
}
.TagClassName
{
border-color: #13581C;
}
</style>