Shades of Crusoe #19532B
Tints of Crusoe #19532B
RGB
CMYK
RGB Variations
Color information
#19532B (or 0x19532B) is known color: Crusoe. HEX triplet: 19, 53 and 2B. RGB value is (25,83,43). Sum of RGB (Red+Green+Blue) = 25+83+43=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #19532B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19532B is #E6ACD4. Grayscale: #3D3D3D. Windows color (decimal): -15117525 or 2839321. OLE color: 2839321.
HSL color Cylindrical-coordinate representation of color #19532B: hue angle of 138.62º 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 #19532B is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 43 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.67 |
| HSL | 138.62º | 0.54% | 0.21% | - |
| HSV(B) | 138.62º | 0.7% | 0.33% | - |
| XYZ | 3.93 | 6.57 | 3.35 | - |
| YUV | 61.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 43 | 0.70 | 0 | 0.48 | 0.67 | 138.62 | 0.54 | 0.21 |
| Hex | 19 | 53 | 2B | 46 | 0 | 30 | 43 | 8B | 36 | 15 |
| Octal | 31 | 123 | 53 | 106 | 0 | 60 | 103 | 213 | 66 | 25 |
| Binary | 11001 | 1010011 | 101011 | 1000110 | 0 | 110000 | 1000011 | 10001011 | 110110 | 10101 |
Color Harmonies of #19532B
Complementary color
Monochromatic Colors of #19532B
Black with #19532B
Text Example
Text Example
White with #19532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19532B; }
p { color: rgb(25,83,43); }
H1.HeaderClassName
{
color: #19532B;
}
.AnyTagClassName
{
color: #19532B;
}
</style>
background-color css
<style>
a { background-color: #19532B; }
a { background-color: rgb(25,83,43); }
div.DivClassName
{
background-color: #19532B;
}
.BgClassName
{
background-color: #19532B;
}
</style>
border-color css
<style>
span { border-color: #19532B; }
span { border-color: rgb(25,83,43); }
td.TdClassName
{
border-color: #19532B;
}
.TagClassName
{
border-color: #19532B;
}
</style>