Shades of Crusoe #145822
Tints of Crusoe #145822
RGB
CMYK
RGB Variations
Color information
#145822 (or 0x145822) is known color: Crusoe. HEX triplet: 14, 58 and 22. RGB value is (20,88,34). Sum of RGB (Red+Green+Blue) = 20+88+34=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 88 (34.77% from 255 or 61.97% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 88 - color contains mainly: green. Hex color #145822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145822 is #EBA7DD. Grayscale: #3D3D3D. Windows color (decimal): -15443934 or 2250772. OLE color: 2250772.
HSL color Cylindrical-coordinate representation of color #145822: hue angle of 132.35º 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 #145822 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 34 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.65 |
| HSL | 132.35º | 0.63% | 0.21% | - |
| HSV(B) | 132.35º | 0.77% | 0.35% | - |
| XYZ | 4.07 | 7.24 | 2.7 | - |
| YUV | 61.51 | 112.47 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 34 | 0.77 | 0 | 0.61 | 0.65 | 132.35 | 0.63 | 0.21 |
| Hex | 14 | 58 | 22 | 4D | 0 | 3D | 41 | 84 | 3F | 15 |
| Octal | 24 | 130 | 42 | 115 | 0 | 75 | 101 | 204 | 77 | 25 |
| Binary | 10100 | 1011000 | 100010 | 1001101 | 0 | 111101 | 1000001 | 10000100 | 111111 | 10101 |
Color Harmonies of #145822
Complementary color
Monochromatic Colors of #145822
Black with #145822
Text Example
Text Example
White with #145822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145822; }
p { color: rgb(20,88,34); }
H1.HeaderClassName
{
color: #145822;
}
.AnyTagClassName
{
color: #145822;
}
</style>
background-color css
<style>
a { background-color: #145822; }
a { background-color: rgb(20,88,34); }
div.DivClassName
{
background-color: #145822;
}
.BgClassName
{
background-color: #145822;
}
</style>
border-color css
<style>
span { border-color: #145822; }
span { border-color: rgb(20,88,34); }
td.TdClassName
{
border-color: #145822;
}
.TagClassName
{
border-color: #145822;
}
</style>