Shades of Crusoe #13681E
Tints of Crusoe #13681E
RGB
CMYK
RGB Variations
Color information
#13681E (or 0x13681E) is known color: Crusoe. HEX triplet: 13, 68 and 1E. RGB value is (19,104,30). Sum of RGB (Red+Green+Blue) = 19+104+30=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #13681E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13681E is #EC97E1. Grayscale: #464646. Windows color (decimal): -15505378 or 1992723. OLE color: 1992723.
HSL color Cylindrical-coordinate representation of color #13681E: hue angle of 127.76º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13681E is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 104 | 30 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.59 |
| HSL | 127.76º | 0.69% | 0.24% | - |
| HSV(B) | 127.76º | 0.82% | 0.41% | - |
| XYZ | 5.45 | 10.13 | 2.9 | - |
| YUV | 70.15 | 105.34 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 30 | 0.82 | 0 | 0.71 | 0.59 | 127.76 | 0.69 | 0.24 |
| Hex | 13 | 68 | 1E | 52 | 0 | 47 | 3B | 80 | 45 | 18 |
| Octal | 23 | 150 | 36 | 122 | 0 | 107 | 73 | 200 | 105 | 30 |
| Binary | 10011 | 1101000 | 11110 | 1010010 | 0 | 1000111 | 111011 | 10000000 | 1000101 | 11000 |
Color Harmonies of #13681E
Complementary color
Monochromatic Colors of #13681E
Black with #13681E
Text Example
Text Example
White with #13681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13681E; }
p { color: rgb(19,104,30); }
H1.HeaderClassName
{
color: #13681E;
}
.AnyTagClassName
{
color: #13681E;
}
</style>
background-color css
<style>
a { background-color: #13681E; }
a { background-color: rgb(19,104,30); }
div.DivClassName
{
background-color: #13681E;
}
.BgClassName
{
background-color: #13681E;
}
</style>
border-color css
<style>
span { border-color: #13681E; }
span { border-color: rgb(19,104,30); }
td.TdClassName
{
border-color: #13681E;
}
.TagClassName
{
border-color: #13681E;
}
</style>