Shades of Crusoe #19502E
Tints of Crusoe #19502E
RGB
CMYK
RGB Variations
Color information
#19502E (or 0x19502E) is known color: Crusoe. HEX triplet: 19, 50 and 2E. RGB value is (25,80,46). Sum of RGB (Red+Green+Blue) = 25+80+46=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #19502E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19502E is #E6AFD1. Grayscale: #3B3B3B. Windows color (decimal): -15118290 or 3035161. OLE color: 3035161.
HSL color Cylindrical-coordinate representation of color #19502E: hue angle of 142.91º 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 #19502E is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 46 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.69 |
| HSL | 142.91º | 0.52% | 0.21% | - |
| HSV(B) | 142.91º | 0.69% | 0.31% | - |
| XYZ | 3.76 | 6.14 | 3.57 | - |
| YUV | 59.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 46 | 0.69 | 0 | 0.42 | 0.69 | 142.91 | 0.52 | 0.21 |
| Hex | 19 | 50 | 2E | 45 | 0 | 2A | 45 | 8F | 34 | 15 |
| Octal | 31 | 120 | 56 | 105 | 0 | 52 | 105 | 217 | 64 | 25 |
| Binary | 11001 | 1010000 | 101110 | 1000101 | 0 | 101010 | 1000101 | 10001111 | 110100 | 10101 |
Color Harmonies of #19502E
Complementary color
Monochromatic Colors of #19502E
Black with #19502E
Text Example
Text Example
White with #19502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19502E; }
p { color: rgb(25,80,46); }
H1.HeaderClassName
{
color: #19502E;
}
.AnyTagClassName
{
color: #19502E;
}
</style>
background-color css
<style>
a { background-color: #19502E; }
a { background-color: rgb(25,80,46); }
div.DivClassName
{
background-color: #19502E;
}
.BgClassName
{
background-color: #19502E;
}
</style>
border-color css
<style>
span { border-color: #19502E; }
span { border-color: rgb(25,80,46); }
td.TdClassName
{
border-color: #19502E;
}
.TagClassName
{
border-color: #19502E;
}
</style>