Shades of Crusoe #19612F
Tints of Crusoe #19612F
RGB
CMYK
RGB Variations
Color information
#19612F (or 0x19612F) is known color: Crusoe. HEX triplet: 19, 61 and 2F. RGB value is (25,97,47). Sum of RGB (Red+Green+Blue) = 25+97+47=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #19612F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19612F is #E69ED0. Grayscale: #454545. Windows color (decimal): -15113937 or 3105049. OLE color: 3105049.
HSL color Cylindrical-coordinate representation of color #19612F: hue angle of 138.33º 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 #19612F is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 97 | 47 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.62 |
| HSL | 138.33º | 0.59% | 0.24% | - |
| HSV(B) | 138.33º | 0.74% | 0.38% | - |
| XYZ | 5.19 | 8.96 | 4.15 | - |
| YUV | 69.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 47 | 0.74 | 0 | 0.52 | 0.62 | 138.33 | 0.59 | 0.24 |
| Hex | 19 | 61 | 2F | 4A | 0 | 34 | 3E | 8A | 3B | 18 |
| Octal | 31 | 141 | 57 | 112 | 0 | 64 | 76 | 212 | 73 | 30 |
| Binary | 11001 | 1100001 | 101111 | 1001010 | 0 | 110100 | 111110 | 10001010 | 111011 | 11000 |
Color Harmonies of #19612F
Complementary color
Monochromatic Colors of #19612F
Black with #19612F
Text Example
Text Example
White with #19612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19612F; }
p { color: rgb(25,97,47); }
H1.HeaderClassName
{
color: #19612F;
}
.AnyTagClassName
{
color: #19612F;
}
</style>
background-color css
<style>
a { background-color: #19612F; }
a { background-color: rgb(25,97,47); }
div.DivClassName
{
background-color: #19612F;
}
.BgClassName
{
background-color: #19612F;
}
</style>
border-color css
<style>
span { border-color: #19612F; }
span { border-color: rgb(25,97,47); }
td.TdClassName
{
border-color: #19612F;
}
.TagClassName
{
border-color: #19612F;
}
</style>