Shades of Crusoe #19502C
Tints of Crusoe #19502C
RGB
CMYK
RGB Variations
Color information
#19502C (or 0x19502C) is known color: Crusoe. HEX triplet: 19, 50 and 2C. RGB value is (25,80,44). Sum of RGB (Red+Green+Blue) = 25+80+44=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #19502C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19502C is #E6AFD3. Grayscale: #3B3B3B. Windows color (decimal): -15118292 or 2904089. OLE color: 2904089.
HSL color Cylindrical-coordinate representation of color #19502C: hue angle of 140.73º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19502C is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 44 | - |
| CMYK | 0.69 | 0 | 0.45 | 0.69 |
| HSL | 140.73º | 0.52% | 0.21% | - |
| HSV(B) | 140.73º | 0.69% | 0.31% | - |
| XYZ | 3.72 | 6.13 | 3.37 | - |
| YUV | 59.45 | 119.28 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 44 | 0.69 | 0 | 0.45 | 0.69 | 140.73 | 0.52 | 0.21 |
| Hex | 19 | 50 | 2C | 45 | 0 | 2D | 45 | 8D | 34 | 15 |
| Octal | 31 | 120 | 54 | 105 | 0 | 55 | 105 | 215 | 64 | 25 |
| Binary | 11001 | 1010000 | 101100 | 1000101 | 0 | 101101 | 1000101 | 10001101 | 110100 | 10101 |
Color Harmonies of #19502C
Complementary color
Monochromatic Colors of #19502C
Black with #19502C
Text Example
Text Example
White with #19502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19502C; }
p { color: rgb(25,80,44); }
H1.HeaderClassName
{
color: #19502C;
}
.AnyTagClassName
{
color: #19502C;
}
</style>
background-color css
<style>
a { background-color: #19502C; }
a { background-color: rgb(25,80,44); }
div.DivClassName
{
background-color: #19502C;
}
.BgClassName
{
background-color: #19502C;
}
</style>
border-color css
<style>
span { border-color: #19502C; }
span { border-color: rgb(25,80,44); }
td.TdClassName
{
border-color: #19502C;
}
.TagClassName
{
border-color: #19502C;
}
</style>