Shades of Crusoe #13671F
Tints of Crusoe #13671F
RGB
CMYK
RGB Variations
Color information
#13671F (or 0x13671F) is known color: Crusoe. HEX triplet: 13, 67 and 1F. RGB value is (19,103,31). Sum of RGB (Red+Green+Blue) = 19+103+31=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 103 (40.62% from 255 or 67.32% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 103 - color contains mainly: green. Hex color #13671F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13671F is #EC98E0. Grayscale: #454545. Windows color (decimal): -15505633 or 2058003. OLE color: 2058003.
HSL color Cylindrical-coordinate representation of color #13671F: hue angle of 128.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 #13671F is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 103 | 31 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.60 |
| HSL | 128.57º | 0.69% | 0.24% | - |
| HSV(B) | 128.57º | 0.82% | 0.4% | - |
| XYZ | 5.37 | 9.94 | 2.93 | - |
| YUV | 69.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 31 | 0.82 | 0 | 0.70 | 0.60 | 128.57 | 0.69 | 0.24 |
| Hex | 13 | 67 | 1F | 52 | 0 | 46 | 3C | 81 | 45 | 18 |
| Octal | 23 | 147 | 37 | 122 | 0 | 106 | 74 | 201 | 105 | 30 |
| Binary | 10011 | 1100111 | 11111 | 1010010 | 0 | 1000110 | 111100 | 10000001 | 1000101 | 11000 |
Color Harmonies of #13671F
Complementary color
Monochromatic Colors of #13671F
Black with #13671F
Text Example
Text Example
White with #13671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13671F; }
p { color: rgb(19,103,31); }
H1.HeaderClassName
{
color: #13671F;
}
.AnyTagClassName
{
color: #13671F;
}
</style>
background-color css
<style>
a { background-color: #13671F; }
a { background-color: rgb(19,103,31); }
div.DivClassName
{
background-color: #13671F;
}
.BgClassName
{
background-color: #13671F;
}
</style>
border-color css
<style>
span { border-color: #13671F; }
span { border-color: rgb(19,103,31); }
td.TdClassName
{
border-color: #13671F;
}
.TagClassName
{
border-color: #13671F;
}
</style>