Shades of Crusoe #146123
Tints of Crusoe #146123
RGB
CMYK
RGB Variations
Color information
#146123 (or 0x146123) is known color: Crusoe. HEX triplet: 14, 61 and 23. RGB value is (20,97,35). Sum of RGB (Red+Green+Blue) = 20+97+35=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #146123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146123 is #EB9EDC. Grayscale: #434343. Windows color (decimal): -15441629 or 2318612. OLE color: 2318612.
HSL color Cylindrical-coordinate representation of color #146123: hue angle of 131.69º 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 #146123 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 97 | 35 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.62 |
| HSL | 131.69º | 0.66% | 0.23% | - |
| HSV(B) | 131.69º | 0.79% | 0.38% | - |
| XYZ | 4.87 | 8.82 | 3.04 | - |
| YUV | 66.91 | 109.99 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 35 | 0.79 | 0 | 0.64 | 0.62 | 131.69 | 0.66 | 0.23 |
| Hex | 14 | 61 | 23 | 4F | 0 | 40 | 3E | 84 | 42 | 17 |
| Octal | 24 | 141 | 43 | 117 | 0 | 100 | 76 | 204 | 102 | 27 |
| Binary | 10100 | 1100001 | 100011 | 1001111 | 0 | 1000000 | 111110 | 10000100 | 1000010 | 10111 |
Color Harmonies of #146123
Complementary color
Monochromatic Colors of #146123
Black with #146123
Text Example
Text Example
White with #146123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146123; }
p { color: rgb(20,97,35); }
H1.HeaderClassName
{
color: #146123;
}
.AnyTagClassName
{
color: #146123;
}
</style>
background-color css
<style>
a { background-color: #146123; }
a { background-color: rgb(20,97,35); }
div.DivClassName
{
background-color: #146123;
}
.BgClassName
{
background-color: #146123;
}
</style>
border-color css
<style>
span { border-color: #146123; }
span { border-color: rgb(20,97,35); }
td.TdClassName
{
border-color: #146123;
}
.TagClassName
{
border-color: #146123;
}
</style>