Shades of Crusoe #19542B
Tints of Crusoe #19542B
RGB
CMYK
RGB Variations
Color information
#19542B (or 0x19542B) is known color: Crusoe. HEX triplet: 19, 54 and 2B. RGB value is (25,84,43). Sum of RGB (Red+Green+Blue) = 25+84+43=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #19542B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19542B is #E6ABD4. Grayscale: #3D3D3D. Windows color (decimal): -15117269 or 2839577. OLE color: 2839577.
HSL color Cylindrical-coordinate representation of color #19542B: hue angle of 138.31º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19542B is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 84 | 43 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.67 |
| HSL | 138.31º | 0.54% | 0.21% | - |
| HSV(B) | 138.31º | 0.7% | 0.33% | - |
| XYZ | 4.01 | 6.72 | 3.37 | - |
| YUV | 61.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 43 | 0.70 | 0 | 0.49 | 0.67 | 138.31 | 0.54 | 0.21 |
| Hex | 19 | 54 | 2B | 46 | 0 | 31 | 43 | 8A | 36 | 15 |
| Octal | 31 | 124 | 53 | 106 | 0 | 61 | 103 | 212 | 66 | 25 |
| Binary | 11001 | 1010100 | 101011 | 1000110 | 0 | 110001 | 1000011 | 10001010 | 110110 | 10101 |
Color Harmonies of #19542B
Complementary color
Monochromatic Colors of #19542B
Black with #19542B
Text Example
Text Example
White with #19542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19542B; }
p { color: rgb(25,84,43); }
H1.HeaderClassName
{
color: #19542B;
}
.AnyTagClassName
{
color: #19542B;
}
</style>
background-color css
<style>
a { background-color: #19542B; }
a { background-color: rgb(25,84,43); }
div.DivClassName
{
background-color: #19542B;
}
.BgClassName
{
background-color: #19542B;
}
</style>
border-color css
<style>
span { border-color: #19542B; }
span { border-color: rgb(25,84,43); }
td.TdClassName
{
border-color: #19542B;
}
.TagClassName
{
border-color: #19542B;
}
</style>