Shades of Crusoe #13672C
Tints of Crusoe #13672C
RGB
CMYK
RGB Variations
Color information
#13672C (or 0x13672C) is known color: Crusoe. HEX triplet: 13, 67 and 2C. RGB value is (19,103,44). Sum of RGB (Red+Green+Blue) = 19+103+44=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 103 (40.62% from 255 or 62.05% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 103 - color contains mainly: green. Hex color #13672C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13672C is #EC98D3. Grayscale: #474747. Windows color (decimal): -15505620 or 2909971. OLE color: 2909971.
HSL color Cylindrical-coordinate representation of color #13672C: hue angle of 137.86º 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 #13672C is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 103 | 44 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.60 |
| HSL | 137.86º | 0.69% | 0.24% | - |
| HSV(B) | 137.86º | 0.82% | 0.4% | - |
| XYZ | 5.57 | 10.02 | 4.02 | - |
| YUV | 71.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 44 | 0.82 | 0 | 0.57 | 0.60 | 137.86 | 0.69 | 0.24 |
| Hex | 13 | 67 | 2C | 52 | 0 | 39 | 3C | 8A | 45 | 18 |
| Octal | 23 | 147 | 54 | 122 | 0 | 71 | 74 | 212 | 105 | 30 |
| Binary | 10011 | 1100111 | 101100 | 1010010 | 0 | 111001 | 111100 | 10001010 | 1000101 | 11000 |
Color Harmonies of #13672C
Complementary color
Monochromatic Colors of #13672C
Black with #13672C
Text Example
Text Example
White with #13672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13672C; }
p { color: rgb(19,103,44); }
H1.HeaderClassName
{
color: #13672C;
}
.AnyTagClassName
{
color: #13672C;
}
</style>
background-color css
<style>
a { background-color: #13672C; }
a { background-color: rgb(19,103,44); }
div.DivClassName
{
background-color: #13672C;
}
.BgClassName
{
background-color: #13672C;
}
</style>
border-color css
<style>
span { border-color: #13672C; }
span { border-color: rgb(19,103,44); }
td.TdClassName
{
border-color: #13672C;
}
.TagClassName
{
border-color: #13672C;
}
</style>