Shades of Crusoe #13562A
Tints of Crusoe #13562A
RGB
CMYK
RGB Variations
Color information
#13562A (or 0x13562A) is known color: Crusoe. HEX triplet: 13, 56 and 2A. RGB value is (19,86,42). Sum of RGB (Red+Green+Blue) = 19+86+42=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 86 (33.98% from 255 or 58.50% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 86 - color contains mainly: green. Hex color #13562A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13562A is #ECA9D5. Grayscale: #3D3D3D. Windows color (decimal): -15509974 or 2774547. OLE color: 2774547.
HSL color Cylindrical-coordinate representation of color #13562A: hue angle of 140.6º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13562A is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 86 | 42 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.66 |
| HSL | 140.6º | 0.64% | 0.21% | - |
| HSV(B) | 140.6º | 0.78% | 0.34% | - |
| XYZ | 4.01 | 6.96 | 3.32 | - |
| YUV | 60.95 | 117.3 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 42 | 0.78 | 0 | 0.51 | 0.66 | 140.6 | 0.64 | 0.21 |
| Hex | 13 | 56 | 2A | 4E | 0 | 33 | 42 | 8D | 40 | 15 |
| Octal | 23 | 126 | 52 | 116 | 0 | 63 | 102 | 215 | 100 | 25 |
| Binary | 10011 | 1010110 | 101010 | 1001110 | 0 | 110011 | 1000010 | 10001101 | 1000000 | 10101 |
Color Harmonies of #13562A
Complementary color
Monochromatic Colors of #13562A
Black with #13562A
Text Example
Text Example
White with #13562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13562A; }
p { color: rgb(19,86,42); }
H1.HeaderClassName
{
color: #13562A;
}
.AnyTagClassName
{
color: #13562A;
}
</style>
background-color css
<style>
a { background-color: #13562A; }
a { background-color: rgb(19,86,42); }
div.DivClassName
{
background-color: #13562A;
}
.BgClassName
{
background-color: #13562A;
}
</style>
border-color css
<style>
span { border-color: #13562A; }
span { border-color: rgb(19,86,42); }
td.TdClassName
{
border-color: #13562A;
}
.TagClassName
{
border-color: #13562A;
}
</style>