Shades of Crusoe #13672B
Tints of Crusoe #13672B
RGB
CMYK
RGB Variations
Color information
#13672B (or 0x13672B) is known color: Crusoe. HEX triplet: 13, 67 and 2B. RGB value is (19,103,43). Sum of RGB (Red+Green+Blue) = 19+103+43=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 103 (40.62% from 255 or 62.42% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 103 - color contains mainly: green. Hex color #13672B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13672B is #EC98D4. Grayscale: #474747. Windows color (decimal): -15505621 or 2844435. OLE color: 2844435.
HSL color Cylindrical-coordinate representation of color #13672B: hue angle of 137.14º 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 #13672B is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 103 | 43 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.60 |
| HSL | 137.14º | 0.69% | 0.24% | - |
| HSV(B) | 137.14º | 0.82% | 0.4% | - |
| XYZ | 5.55 | 10.01 | 3.93 | - |
| YUV | 71.04 | 112.17 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 43 | 0.82 | 0 | 0.58 | 0.60 | 137.14 | 0.69 | 0.24 |
| Hex | 13 | 67 | 2B | 52 | 0 | 3A | 3C | 89 | 45 | 18 |
| Octal | 23 | 147 | 53 | 122 | 0 | 72 | 74 | 211 | 105 | 30 |
| Binary | 10011 | 1100111 | 101011 | 1010010 | 0 | 111010 | 111100 | 10001001 | 1000101 | 11000 |
Color Harmonies of #13672B
Complementary color
Monochromatic Colors of #13672B
Black with #13672B
Text Example
Text Example
White with #13672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13672B; }
p { color: rgb(19,103,43); }
H1.HeaderClassName
{
color: #13672B;
}
.AnyTagClassName
{
color: #13672B;
}
</style>
background-color css
<style>
a { background-color: #13672B; }
a { background-color: rgb(19,103,43); }
div.DivClassName
{
background-color: #13672B;
}
.BgClassName
{
background-color: #13672B;
}
</style>
border-color css
<style>
span { border-color: #13672B; }
span { border-color: rgb(19,103,43); }
td.TdClassName
{
border-color: #13672B;
}
.TagClassName
{
border-color: #13672B;
}
</style>