Shades of Crusoe #19632F
Tints of Crusoe #19632F
RGB
CMYK
RGB Variations
Color information
#19632F (or 0x19632F) is known color: Crusoe. HEX triplet: 19, 63 and 2F. RGB value is (25,99,47). Sum of RGB (Red+Green+Blue) = 25+99+47=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #19632F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19632F is #E69CD0. Grayscale: #474747. Windows color (decimal): -15113425 or 3105561. OLE color: 3105561.
HSL color Cylindrical-coordinate representation of color #19632F: hue angle of 137.84º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19632F is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 99 | 47 | - |
| CMYK | 0.75 | 0 | 0.53 | 0.61 |
| HSL | 137.84º | 0.6% | 0.24% | - |
| HSV(B) | 137.84º | 0.75% | 0.39% | - |
| XYZ | 5.38 | 9.34 | 4.21 | - |
| YUV | 70.95 | 114.48 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 47 | 0.75 | 0 | 0.53 | 0.61 | 137.84 | 0.6 | 0.24 |
| Hex | 19 | 63 | 2F | 4B | 0 | 35 | 3D | 8A | 3C | 18 |
| Octal | 31 | 143 | 57 | 113 | 0 | 65 | 75 | 212 | 74 | 30 |
| Binary | 11001 | 1100011 | 101111 | 1001011 | 0 | 110101 | 111101 | 10001010 | 111100 | 11000 |
Color Harmonies of #19632F
Complementary color
Monochromatic Colors of #19632F
Black with #19632F
Text Example
Text Example
White with #19632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19632F; }
p { color: rgb(25,99,47); }
H1.HeaderClassName
{
color: #19632F;
}
.AnyTagClassName
{
color: #19632F;
}
</style>
background-color css
<style>
a { background-color: #19632F; }
a { background-color: rgb(25,99,47); }
div.DivClassName
{
background-color: #19632F;
}
.BgClassName
{
background-color: #19632F;
}
</style>
border-color css
<style>
span { border-color: #19632F; }
span { border-color: rgb(25,99,47); }
td.TdClassName
{
border-color: #19632F;
}
.TagClassName
{
border-color: #19632F;
}
</style>