Shades of Crusoe #19602F
Tints of Crusoe #19602F
RGB
CMYK
RGB Variations
Color information
#19602F (or 0x19602F) is known color: Crusoe. HEX triplet: 19, 60 and 2F. RGB value is (25,96,47). Sum of RGB (Red+Green+Blue) = 25+96+47=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #19602F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19602F is #E69FD0. Grayscale: #454545. Windows color (decimal): -15114193 or 3104793. OLE color: 3104793.
HSL color Cylindrical-coordinate representation of color #19602F: hue angle of 138.59º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19602F is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 96 | 47 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.62 |
| HSL | 138.59º | 0.59% | 0.24% | - |
| HSV(B) | 138.59º | 0.74% | 0.38% | - |
| XYZ | 5.1 | 8.78 | 4.11 | - |
| YUV | 69.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 47 | 0.74 | 0 | 0.51 | 0.62 | 138.59 | 0.59 | 0.24 |
| Hex | 19 | 60 | 2F | 4A | 0 | 33 | 3E | 8B | 3B | 18 |
| Octal | 31 | 140 | 57 | 112 | 0 | 63 | 76 | 213 | 73 | 30 |
| Binary | 11001 | 1100000 | 101111 | 1001010 | 0 | 110011 | 111110 | 10001011 | 111011 | 11000 |
Color Harmonies of #19602F
Complementary color
Monochromatic Colors of #19602F
Black with #19602F
Text Example
Text Example
White with #19602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19602F; }
p { color: rgb(25,96,47); }
H1.HeaderClassName
{
color: #19602F;
}
.AnyTagClassName
{
color: #19602F;
}
</style>
background-color css
<style>
a { background-color: #19602F; }
a { background-color: rgb(25,96,47); }
div.DivClassName
{
background-color: #19602F;
}
.BgClassName
{
background-color: #19602F;
}
</style>
border-color css
<style>
span { border-color: #19602F; }
span { border-color: rgb(25,96,47); }
td.TdClassName
{
border-color: #19602F;
}
.TagClassName
{
border-color: #19602F;
}
</style>