Shades of Crusoe #13672D
Tints of Crusoe #13672D
RGB
CMYK
RGB Variations
Color information
#13672D (or 0x13672D) is known color: Crusoe. HEX triplet: 13, 67 and 2D. RGB value is (19,103,45). Sum of RGB (Red+Green+Blue) = 19+103+45=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 103 (40.62% from 255 or 61.68% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 103 - color contains mainly: green. Hex color #13672D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13672D is #EC98D2. Grayscale: #474747. Windows color (decimal): -15505619 or 2975507. OLE color: 2975507.
HSL color Cylindrical-coordinate representation of color #13672D: hue angle of 138.57º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13672D is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 103 | 45 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.60 |
| HSL | 138.57º | 0.69% | 0.24% | - |
| HSV(B) | 138.57º | 0.82% | 0.4% | - |
| XYZ | 5.59 | 10.03 | 4.12 | - |
| YUV | 71.27 | 113.17 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 45 | 0.82 | 0 | 0.56 | 0.60 | 138.57 | 0.69 | 0.24 |
| Hex | 13 | 67 | 2D | 52 | 0 | 38 | 3C | 8B | 45 | 18 |
| Octal | 23 | 147 | 55 | 122 | 0 | 70 | 74 | 213 | 105 | 30 |
| Binary | 10011 | 1100111 | 101101 | 1010010 | 0 | 111000 | 111100 | 10001011 | 1000101 | 11000 |
Color Harmonies of #13672D
Complementary color
Monochromatic Colors of #13672D
Black with #13672D
Text Example
Text Example
White with #13672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13672D; }
p { color: rgb(19,103,45); }
H1.HeaderClassName
{
color: #13672D;
}
.AnyTagClassName
{
color: #13672D;
}
</style>
background-color css
<style>
a { background-color: #13672D; }
a { background-color: rgb(19,103,45); }
div.DivClassName
{
background-color: #13672D;
}
.BgClassName
{
background-color: #13672D;
}
</style>
border-color css
<style>
span { border-color: #13672D; }
span { border-color: rgb(19,103,45); }
td.TdClassName
{
border-color: #13672D;
}
.TagClassName
{
border-color: #13672D;
}
</style>