Shades of Crusoe #146334
Tints of Crusoe #146334
RGB
CMYK
RGB Variations
Color information
#146334 (or 0x146334) is known color: Crusoe. HEX triplet: 14, 63 and 34. RGB value is (20,99,52). Sum of RGB (Red+Green+Blue) = 20+99+52=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #146334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146334 is #EB9CCB. Grayscale: #464646. Windows color (decimal): -15441100 or 3433236. OLE color: 3433236.
HSL color Cylindrical-coordinate representation of color #146334: hue angle of 144.3º 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 #146334 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 52 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.61 |
| HSL | 144.3º | 0.66% | 0.23% | - |
| HSV(B) | 144.3º | 0.8% | 0.39% | - |
| XYZ | 5.37 | 9.32 | 4.76 | - |
| YUV | 70.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 52 | 0.80 | 0 | 0.47 | 0.61 | 144.3 | 0.66 | 0.23 |
| Hex | 14 | 63 | 34 | 50 | 0 | 2F | 3D | 90 | 42 | 17 |
| Octal | 24 | 143 | 64 | 120 | 0 | 57 | 75 | 220 | 102 | 27 |
| Binary | 10100 | 1100011 | 110100 | 1010000 | 0 | 101111 | 111101 | 10010000 | 1000010 | 10111 |
Color Harmonies of #146334
Complementary color
Monochromatic Colors of #146334
Black with #146334
Text Example
Text Example
White with #146334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146334; }
p { color: rgb(20,99,52); }
H1.HeaderClassName
{
color: #146334;
}
.AnyTagClassName
{
color: #146334;
}
</style>
background-color css
<style>
a { background-color: #146334; }
a { background-color: rgb(20,99,52); }
div.DivClassName
{
background-color: #146334;
}
.BgClassName
{
background-color: #146334;
}
</style>
border-color css
<style>
span { border-color: #146334; }
span { border-color: rgb(20,99,52); }
td.TdClassName
{
border-color: #146334;
}
.TagClassName
{
border-color: #146334;
}
</style>