Shades of Crusoe #146020
Tints of Crusoe #146020
RGB
CMYK
RGB Variations
Color information
#146020 (or 0x146020) is known color: Crusoe. HEX triplet: 14, 60 and 20. RGB value is (20,96,32). Sum of RGB (Red+Green+Blue) = 20+96+32=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #146020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146020 is #EB9FDF. Grayscale: #424242. Windows color (decimal): -15441888 or 2121748. OLE color: 2121748.
HSL color Cylindrical-coordinate representation of color #146020: hue angle of 129.47º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146020 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 96 | 32 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.62 |
| HSL | 129.47º | 0.66% | 0.23% | - |
| HSV(B) | 129.47º | 0.79% | 0.38% | - |
| XYZ | 4.73 | 8.62 | 2.78 | - |
| YUV | 65.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 32 | 0.79 | 0 | 0.67 | 0.62 | 129.47 | 0.66 | 0.23 |
| Hex | 14 | 60 | 20 | 4F | 0 | 43 | 3E | 81 | 42 | 17 |
| Octal | 24 | 140 | 40 | 117 | 0 | 103 | 76 | 201 | 102 | 27 |
| Binary | 10100 | 1100000 | 100000 | 1001111 | 0 | 1000011 | 111110 | 10000001 | 1000010 | 10111 |
Color Harmonies of #146020
Complementary color
Monochromatic Colors of #146020
Black with #146020
Text Example
Text Example
White with #146020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146020; }
p { color: rgb(20,96,32); }
H1.HeaderClassName
{
color: #146020;
}
.AnyTagClassName
{
color: #146020;
}
</style>
background-color css
<style>
a { background-color: #146020; }
a { background-color: rgb(20,96,32); }
div.DivClassName
{
background-color: #146020;
}
.BgClassName
{
background-color: #146020;
}
</style>
border-color css
<style>
span { border-color: #146020; }
span { border-color: rgb(20,96,32); }
td.TdClassName
{
border-color: #146020;
}
.TagClassName
{
border-color: #146020;
}
</style>