Shades of Crusoe #145832
Tints of Crusoe #145832
RGB
CMYK
RGB Variations
Color information
#145832 (or 0x145832) is known color: Crusoe. HEX triplet: 14, 58 and 32. RGB value is (20,88,50). Sum of RGB (Red+Green+Blue) = 20+88+50=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #145832 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145832 is #EBA7CD. Grayscale: #3F3F3F. Windows color (decimal): -15443918 or 3299348. OLE color: 3299348.
HSL color Cylindrical-coordinate representation of color #145832: hue angle of 146.47º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145832 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 50 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.65 |
| HSL | 146.47º | 0.63% | 0.21% | - |
| HSV(B) | 146.47º | 0.77% | 0.35% | - |
| XYZ | 4.35 | 7.36 | 4.21 | - |
| YUV | 63.34 | 120.47 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 50 | 0.77 | 0 | 0.43 | 0.65 | 146.47 | 0.63 | 0.21 |
| Hex | 14 | 58 | 32 | 4D | 0 | 2B | 41 | 92 | 3F | 15 |
| Octal | 24 | 130 | 62 | 115 | 0 | 53 | 101 | 222 | 77 | 25 |
| Binary | 10100 | 1011000 | 110010 | 1001101 | 0 | 101011 | 1000001 | 10010010 | 111111 | 10101 |
Color Harmonies of #145832
Complementary color
Monochromatic Colors of #145832
Black with #145832
Text Example
Text Example
White with #145832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145832; }
p { color: rgb(20,88,50); }
H1.HeaderClassName
{
color: #145832;
}
.AnyTagClassName
{
color: #145832;
}
</style>
background-color css
<style>
a { background-color: #145832; }
a { background-color: rgb(20,88,50); }
div.DivClassName
{
background-color: #145832;
}
.BgClassName
{
background-color: #145832;
}
</style>
border-color css
<style>
span { border-color: #145832; }
span { border-color: rgb(20,88,50); }
td.TdClassName
{
border-color: #145832;
}
.TagClassName
{
border-color: #145832;
}
</style>