Shades of Crusoe #13682C
Tints of Crusoe #13682C
RGB
CMYK
RGB Variations
Color information
#13682C (or 0x13682C) is known color: Crusoe. HEX triplet: 13, 68 and 2C. RGB value is (19,104,44). Sum of RGB (Red+Green+Blue) = 19+104+44=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 104 (41.02% from 255 or 62.28% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 104 - color contains mainly: green. Hex color #13682C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13682C is #EC97D3. Grayscale: #474747. Windows color (decimal): -15505364 or 2910227. OLE color: 2910227.
HSL color Cylindrical-coordinate representation of color #13682C: hue angle of 137.65º 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 #13682C is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 104 | 44 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.59 |
| HSL | 137.65º | 0.69% | 0.24% | - |
| HSV(B) | 137.65º | 0.82% | 0.41% | - |
| XYZ | 5.67 | 10.22 | 4.06 | - |
| YUV | 71.75 | 112.34 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 44 | 0.82 | 0 | 0.58 | 0.59 | 137.65 | 0.69 | 0.24 |
| Hex | 13 | 68 | 2C | 52 | 0 | 3A | 3B | 8A | 45 | 18 |
| Octal | 23 | 150 | 54 | 122 | 0 | 72 | 73 | 212 | 105 | 30 |
| Binary | 10011 | 1101000 | 101100 | 1010010 | 0 | 111010 | 111011 | 10001010 | 1000101 | 11000 |
Color Harmonies of #13682C
Complementary color
Monochromatic Colors of #13682C
Black with #13682C
Text Example
Text Example
White with #13682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13682C; }
p { color: rgb(19,104,44); }
H1.HeaderClassName
{
color: #13682C;
}
.AnyTagClassName
{
color: #13682C;
}
</style>
background-color css
<style>
a { background-color: #13682C; }
a { background-color: rgb(19,104,44); }
div.DivClassName
{
background-color: #13682C;
}
.BgClassName
{
background-color: #13682C;
}
</style>
border-color css
<style>
span { border-color: #13682C; }
span { border-color: rgb(19,104,44); }
td.TdClassName
{
border-color: #13682C;
}
.TagClassName
{
border-color: #13682C;
}
</style>