Shades of Crusoe #19582C
Tints of Crusoe #19582C
RGB
CMYK
RGB Variations
Color information
#19582C (or 0x19582C) is known color: Crusoe. HEX triplet: 19, 58 and 2C. RGB value is (25,88,44). Sum of RGB (Red+Green+Blue) = 25+88+44=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #19582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19582C is #E6A7D3. Grayscale: #404040. Windows color (decimal): -15116244 or 2906137. OLE color: 2906137.
HSL color Cylindrical-coordinate representation of color #19582C: hue angle of 138.1º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19582C is Cyan = 0.72, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 88 | 44 | - |
| CMYK | 0.72 | 0 | 0.5 | 0.65 |
| HSL | 138.1º | 0.56% | 0.22% | - |
| HSV(B) | 138.1º | 0.72% | 0.35% | - |
| XYZ | 4.35 | 7.37 | 3.58 | - |
| YUV | 64.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 88 | 44 | 0.72 | 0 | 0.5 | 0.65 | 138.1 | 0.56 | 0.22 |
| Hex | 19 | 58 | 2C | 48 | 0 | 32 | 41 | 8A | 38 | 16 |
| Octal | 31 | 130 | 54 | 110 | 0 | 62 | 101 | 212 | 70 | 26 |
| Binary | 11001 | 1011000 | 101100 | 1001000 | 0 | 110010 | 1000001 | 10001010 | 111000 | 10110 |
Color Harmonies of #19582C
Complementary color
Monochromatic Colors of #19582C
Black with #19582C
Text Example
Text Example
White with #19582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19582C; }
p { color: rgb(25,88,44); }
H1.HeaderClassName
{
color: #19582C;
}
.AnyTagClassName
{
color: #19582C;
}
</style>
background-color css
<style>
a { background-color: #19582C; }
a { background-color: rgb(25,88,44); }
div.DivClassName
{
background-color: #19582C;
}
.BgClassName
{
background-color: #19582C;
}
</style>
border-color css
<style>
span { border-color: #19582C; }
span { border-color: rgb(25,88,44); }
td.TdClassName
{
border-color: #19582C;
}
.TagClassName
{
border-color: #19582C;
}
</style>