Shades of Crusoe #13512A
Tints of Crusoe #13512A
RGB
CMYK
RGB Variations
Color information
#13512A (or 0x13512A) is known color: Crusoe. HEX triplet: 13, 51 and 2A. RGB value is (19,81,42). Sum of RGB (Red+Green+Blue) = 19+81+42=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #13512A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13512A is #ECAED5. Grayscale: #3A3A3A. Windows color (decimal): -15511254 or 2773267. OLE color: 2773267.
HSL color Cylindrical-coordinate representation of color #13512A: hue angle of 142.26º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13512A is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 81 | 42 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.68 |
| HSL | 142.26º | 0.62% | 0.2% | - |
| HSV(B) | 142.26º | 0.77% | 0.32% | - |
| XYZ | 3.63 | 6.19 | 3.19 | - |
| YUV | 58.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 42 | 0.77 | 0 | 0.48 | 0.68 | 142.26 | 0.62 | 0.2 |
| Hex | 13 | 51 | 2A | 4D | 0 | 30 | 44 | 8E | 3E | 14 |
| Octal | 23 | 121 | 52 | 115 | 0 | 60 | 104 | 216 | 76 | 24 |
| Binary | 10011 | 1010001 | 101010 | 1001101 | 0 | 110000 | 1000100 | 10001110 | 111110 | 10100 |
Color Harmonies of #13512A
Complementary color
Monochromatic Colors of #13512A
Black with #13512A
Text Example
Text Example
White with #13512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13512A; }
p { color: rgb(19,81,42); }
H1.HeaderClassName
{
color: #13512A;
}
.AnyTagClassName
{
color: #13512A;
}
</style>
background-color css
<style>
a { background-color: #13512A; }
a { background-color: rgb(19,81,42); }
div.DivClassName
{
background-color: #13512A;
}
.BgClassName
{
background-color: #13512A;
}
</style>
border-color css
<style>
span { border-color: #13512A; }
span { border-color: rgb(19,81,42); }
td.TdClassName
{
border-color: #13512A;
}
.TagClassName
{
border-color: #13512A;
}
</style>