Shades of Crusoe #146331
Tints of Crusoe #146331
RGB
CMYK
RGB Variations
Color information
#146331 (or 0x146331) is known color: Crusoe. HEX triplet: 14, 63 and 31. RGB value is (20,99,49). Sum of RGB (Red+Green+Blue) = 20+99+49=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #146331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146331 is #EB9CCE. Grayscale: #454545. Windows color (decimal): -15441103 or 3236628. OLE color: 3236628.
HSL color Cylindrical-coordinate representation of color #146331: hue angle of 142.03º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146331 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 49 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.61 |
| HSL | 142.03º | 0.66% | 0.23% | - |
| HSV(B) | 142.03º | 0.8% | 0.39% | - |
| XYZ | 5.3 | 9.29 | 4.42 | - |
| YUV | 69.68 | 116.33 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 49 | 0.80 | 0 | 0.51 | 0.61 | 142.03 | 0.66 | 0.23 |
| Hex | 14 | 63 | 31 | 50 | 0 | 33 | 3D | 8E | 42 | 17 |
| Octal | 24 | 143 | 61 | 120 | 0 | 63 | 75 | 216 | 102 | 27 |
| Binary | 10100 | 1100011 | 110001 | 1010000 | 0 | 110011 | 111101 | 10001110 | 1000010 | 10111 |
Color Harmonies of #146331
Complementary color
Monochromatic Colors of #146331
Black with #146331
Text Example
Text Example
White with #146331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146331; }
p { color: rgb(20,99,49); }
H1.HeaderClassName
{
color: #146331;
}
.AnyTagClassName
{
color: #146331;
}
</style>
background-color css
<style>
a { background-color: #146331; }
a { background-color: rgb(20,99,49); }
div.DivClassName
{
background-color: #146331;
}
.BgClassName
{
background-color: #146331;
}
</style>
border-color css
<style>
span { border-color: #146331; }
span { border-color: rgb(20,99,49); }
td.TdClassName
{
border-color: #146331;
}
.TagClassName
{
border-color: #146331;
}
</style>