Shades of Crusoe #13682E
Tints of Crusoe #13682E
RGB
CMYK
RGB Variations
Color information
#13682E (or 0x13682E) is known color: Crusoe. HEX triplet: 13, 68 and 2E. RGB value is (19,104,46). Sum of RGB (Red+Green+Blue) = 19+104+46=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #13682E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13682E is #EC97D1. Grayscale: #484848. Windows color (decimal): -15505362 or 3041299. OLE color: 3041299.
HSL color Cylindrical-coordinate representation of color #13682E: hue angle of 139.06º 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 #13682E is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 104 | 46 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.59 |
| HSL | 139.06º | 0.69% | 0.24% | - |
| HSV(B) | 139.06º | 0.82% | 0.41% | - |
| XYZ | 5.71 | 10.24 | 4.26 | - |
| YUV | 71.97 | 113.34 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 46 | 0.82 | 0 | 0.56 | 0.59 | 139.06 | 0.69 | 0.24 |
| Hex | 13 | 68 | 2E | 52 | 0 | 38 | 3B | 8B | 45 | 18 |
| Octal | 23 | 150 | 56 | 122 | 0 | 70 | 73 | 213 | 105 | 30 |
| Binary | 10011 | 1101000 | 101110 | 1010010 | 0 | 111000 | 111011 | 10001011 | 1000101 | 11000 |
Color Harmonies of #13682E
Complementary color
Monochromatic Colors of #13682E
Black with #13682E
Text Example
Text Example
White with #13682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13682E; }
p { color: rgb(19,104,46); }
H1.HeaderClassName
{
color: #13682E;
}
.AnyTagClassName
{
color: #13682E;
}
</style>
background-color css
<style>
a { background-color: #13682E; }
a { background-color: rgb(19,104,46); }
div.DivClassName
{
background-color: #13682E;
}
.BgClassName
{
background-color: #13682E;
}
</style>
border-color css
<style>
span { border-color: #13682E; }
span { border-color: rgb(19,104,46); }
td.TdClassName
{
border-color: #13682E;
}
.TagClassName
{
border-color: #13682E;
}
</style>