Shades of Crusoe #146136
Tints of Crusoe #146136
RGB
CMYK
RGB Variations
Color information
#146136 (or 0x146136) is known color: Crusoe. HEX triplet: 14, 61 and 36. RGB value is (20,97,54). Sum of RGB (Red+Green+Blue) = 20+97+54=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 54 (21.48% from 255 or 31.58% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #146136 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146136 is #EB9EC9. Grayscale: #454545. Windows color (decimal): -15441610 or 3563796. OLE color: 3563796.
HSL color Cylindrical-coordinate representation of color #146136: hue angle of 146.49º 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 #146136 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 97 | 54 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.62 |
| HSL | 146.49º | 0.66% | 0.23% | - |
| HSV(B) | 146.49º | 0.79% | 0.38% | - |
| XYZ | 5.23 | 8.96 | 4.94 | - |
| YUV | 69.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 54 | 0.79 | 0 | 0.44 | 0.62 | 146.49 | 0.66 | 0.23 |
| Hex | 14 | 61 | 36 | 4F | 0 | 2C | 3E | 92 | 42 | 17 |
| Octal | 24 | 141 | 66 | 117 | 0 | 54 | 76 | 222 | 102 | 27 |
| Binary | 10100 | 1100001 | 110110 | 1001111 | 0 | 101100 | 111110 | 10010010 | 1000010 | 10111 |
Color Harmonies of #146136
Complementary color
Monochromatic Colors of #146136
Black with #146136
Text Example
Text Example
White with #146136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146136; }
p { color: rgb(20,97,54); }
H1.HeaderClassName
{
color: #146136;
}
.AnyTagClassName
{
color: #146136;
}
</style>
background-color css
<style>
a { background-color: #146136; }
a { background-color: rgb(20,97,54); }
div.DivClassName
{
background-color: #146136;
}
.BgClassName
{
background-color: #146136;
}
</style>
border-color css
<style>
span { border-color: #146136; }
span { border-color: rgb(20,97,54); }
td.TdClassName
{
border-color: #146136;
}
.TagClassName
{
border-color: #146136;
}
</style>