Shades of Crusoe #19562E
Tints of Crusoe #19562E
RGB
CMYK
RGB Variations
Color information
#19562E (or 0x19562E) is known color: Crusoe. HEX triplet: 19, 56 and 2E. RGB value is (25,86,46). Sum of RGB (Red+Green+Blue) = 25+86+46=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #19562E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19562E is #E6A9D1. Grayscale: #3F3F3F. Windows color (decimal): -15116754 or 3036697. OLE color: 3036697.
HSL color Cylindrical-coordinate representation of color #19562E: hue angle of 140.66º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #19562E is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 86 | 46 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.66 |
| HSL | 140.66º | 0.55% | 0.22% | - |
| HSV(B) | 140.66º | 0.71% | 0.34% | - |
| XYZ | 4.22 | 7.06 | 3.72 | - |
| YUV | 63.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 46 | 0.71 | 0 | 0.47 | 0.66 | 140.66 | 0.55 | 0.22 |
| Hex | 19 | 56 | 2E | 47 | 0 | 2F | 42 | 8D | 37 | 16 |
| Octal | 31 | 126 | 56 | 107 | 0 | 57 | 102 | 215 | 67 | 26 |
| Binary | 11001 | 1010110 | 101110 | 1000111 | 0 | 101111 | 1000010 | 10001101 | 110111 | 10110 |
Color Harmonies of #19562E
Complementary color
Monochromatic Colors of #19562E
Black with #19562E
Text Example
Text Example
White with #19562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19562E; }
p { color: rgb(25,86,46); }
H1.HeaderClassName
{
color: #19562E;
}
.AnyTagClassName
{
color: #19562E;
}
</style>
background-color css
<style>
a { background-color: #19562E; }
a { background-color: rgb(25,86,46); }
div.DivClassName
{
background-color: #19562E;
}
.BgClassName
{
background-color: #19562E;
}
</style>
border-color css
<style>
span { border-color: #19562E; }
span { border-color: rgb(25,86,46); }
td.TdClassName
{
border-color: #19562E;
}
.TagClassName
{
border-color: #19562E;
}
</style>