Shades of Crusoe #146431
Tints of Crusoe #146431
RGB
CMYK
RGB Variations
Color information
#146431 (or 0x146431) is known color: Crusoe. HEX triplet: 14, 64 and 31. RGB value is (20,100,49). Sum of RGB (Red+Green+Blue) = 20+100+49=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 100 (39.45% from 255 or 59.17% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 100 - color contains mainly: green. Hex color #146431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146431 is #EB9BCE. Grayscale: #464646. Windows color (decimal): -15440847 or 3236884. OLE color: 3236884.
HSL color Cylindrical-coordinate representation of color #146431: hue angle of 141.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146431 is Cyan = 0.8, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 49 | - |
| CMYK | 0.8 | 0 | 0.51 | 0.61 |
| HSL | 141.75º | 0.67% | 0.24% | - |
| HSV(B) | 141.75º | 0.8% | 0.39% | - |
| XYZ | 5.4 | 9.48 | 4.45 | - |
| YUV | 70.27 | 116 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 49 | 0.8 | 0 | 0.51 | 0.61 | 141.75 | 0.67 | 0.24 |
| Hex | 14 | 64 | 31 | 50 | 0 | 33 | 3D | 8E | 43 | 18 |
| Octal | 24 | 144 | 61 | 120 | 0 | 63 | 75 | 216 | 103 | 30 |
| Binary | 10100 | 1100100 | 110001 | 1010000 | 0 | 110011 | 111101 | 10001110 | 1000011 | 11000 |
Color Harmonies of #146431
Complementary color
Monochromatic Colors of #146431
Black with #146431
Text Example
Text Example
White with #146431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146431; }
p { color: rgb(20,100,49); }
H1.HeaderClassName
{
color: #146431;
}
.AnyTagClassName
{
color: #146431;
}
</style>
background-color css
<style>
a { background-color: #146431; }
a { background-color: rgb(20,100,49); }
div.DivClassName
{
background-color: #146431;
}
.BgClassName
{
background-color: #146431;
}
</style>
border-color css
<style>
span { border-color: #146431; }
span { border-color: rgb(20,100,49); }
td.TdClassName
{
border-color: #146431;
}
.TagClassName
{
border-color: #146431;
}
</style>