Shades of Crusoe #194F2D
Tints of Crusoe #194F2D
RGB
CMYK
RGB Variations
Color information
#194F2D (or 0x194F2D) is known color: Crusoe. HEX triplet: 19, 4F and 2D. RGB value is (25,79,45). Sum of RGB (Red+Green+Blue) = 25+79+45=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #194F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194F2D is #E6B0D2. Grayscale: #3B3B3B. Windows color (decimal): -15118547 or 2969369. OLE color: 2969369.
HSL color Cylindrical-coordinate representation of color #194F2D: hue angle of 142.22º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194F2D is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 79 | 45 | - |
| CMYK | 0.68 | 0 | 0.43 | 0.69 |
| HSL | 142.22º | 0.52% | 0.2% | - |
| HSV(B) | 142.22º | 0.68% | 0.31% | - |
| XYZ | 3.67 | 5.99 | 3.44 | - |
| YUV | 58.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 45 | 0.68 | 0 | 0.43 | 0.69 | 142.22 | 0.52 | 0.2 |
| Hex | 19 | 4F | 2D | 44 | 0 | 2B | 45 | 8E | 34 | 14 |
| Octal | 31 | 117 | 55 | 104 | 0 | 53 | 105 | 216 | 64 | 24 |
| Binary | 11001 | 1001111 | 101101 | 1000100 | 0 | 101011 | 1000101 | 10001110 | 110100 | 10100 |
Color Harmonies of #194F2D
Complementary color
Monochromatic Colors of #194F2D
Black with #194F2D
Text Example
Text Example
White with #194F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F2D; }
p { color: rgb(25,79,45); }
H1.HeaderClassName
{
color: #194F2D;
}
.AnyTagClassName
{
color: #194F2D;
}
</style>
background-color css
<style>
a { background-color: #194F2D; }
a { background-color: rgb(25,79,45); }
div.DivClassName
{
background-color: #194F2D;
}
.BgClassName
{
background-color: #194F2D;
}
</style>
border-color css
<style>
span { border-color: #194F2D; }
span { border-color: rgb(25,79,45); }
td.TdClassName
{
border-color: #194F2D;
}
.TagClassName
{
border-color: #194F2D;
}
</style>