Shades of Crusoe #13672F
Tints of Crusoe #13672F
RGB
CMYK
RGB Variations
Color information
#13672F (or 0x13672F) is known color: Crusoe. HEX triplet: 13, 67 and 2F. RGB value is (19,103,47). Sum of RGB (Red+Green+Blue) = 19+103+47=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 103 (40.62% from 255 or 60.95% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 103 - color contains mainly: green. Hex color #13672F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13672F is #EC98D0. Grayscale: #474747. Windows color (decimal): -15505617 or 3106579. OLE color: 3106579.
HSL color Cylindrical-coordinate representation of color #13672F: hue angle of 140º 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 #13672F is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 103 | 47 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.60 |
| HSL | 140º | 0.69% | 0.24% | - |
| HSV(B) | 140º | 0.82% | 0.4% | - |
| XYZ | 5.63 | 10.04 | 4.33 | - |
| YUV | 71.5 | 114.17 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 47 | 0.82 | 0 | 0.54 | 0.60 | 140 | 0.69 | 0.24 |
| Hex | 13 | 67 | 2F | 52 | 0 | 36 | 3C | 8C | 45 | 18 |
| Octal | 23 | 147 | 57 | 122 | 0 | 66 | 74 | 214 | 105 | 30 |
| Binary | 10011 | 1100111 | 101111 | 1010010 | 0 | 110110 | 111100 | 10001100 | 1000101 | 11000 |
Color Harmonies of #13672F
Complementary color
Monochromatic Colors of #13672F
Black with #13672F
Text Example
Text Example
White with #13672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13672F; }
p { color: rgb(19,103,47); }
H1.HeaderClassName
{
color: #13672F;
}
.AnyTagClassName
{
color: #13672F;
}
</style>
background-color css
<style>
a { background-color: #13672F; }
a { background-color: rgb(19,103,47); }
div.DivClassName
{
background-color: #13672F;
}
.BgClassName
{
background-color: #13672F;
}
</style>
border-color css
<style>
span { border-color: #13672F; }
span { border-color: rgb(19,103,47); }
td.TdClassName
{
border-color: #13672F;
}
.TagClassName
{
border-color: #13672F;
}
</style>