Shades of Crusoe #145221
Tints of Crusoe #145221
RGB
CMYK
RGB Variations
Color information
#145221 (or 0x145221) is known color: Crusoe. HEX triplet: 14, 52 and 21. RGB value is (20,82,33). Sum of RGB (Red+Green+Blue) = 20+82+33=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #145221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145221 is #EBADDE. Grayscale: #3A3A3A. Windows color (decimal): -15445471 or 2183700. OLE color: 2183700.
HSL color Cylindrical-coordinate representation of color #145221: hue angle of 132.58º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145221 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 82 | 33 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.68 |
| HSL | 132.58º | 0.61% | 0.2% | - |
| HSV(B) | 132.58º | 0.76% | 0.32% | - |
| XYZ | 3.58 | 6.29 | 2.46 | - |
| YUV | 57.88 | 113.96 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 33 | 0.76 | 0 | 0.60 | 0.68 | 132.58 | 0.61 | 0.2 |
| Hex | 14 | 52 | 21 | 4C | 0 | 3C | 44 | 85 | 3D | 14 |
| Octal | 24 | 122 | 41 | 114 | 0 | 74 | 104 | 205 | 75 | 24 |
| Binary | 10100 | 1010010 | 100001 | 1001100 | 0 | 111100 | 1000100 | 10000101 | 111101 | 10100 |
Color Harmonies of #145221
Complementary color
Monochromatic Colors of #145221
Black with #145221
Text Example
Text Example
White with #145221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145221; }
p { color: rgb(20,82,33); }
H1.HeaderClassName
{
color: #145221;
}
.AnyTagClassName
{
color: #145221;
}
</style>
background-color css
<style>
a { background-color: #145221; }
a { background-color: rgb(20,82,33); }
div.DivClassName
{
background-color: #145221;
}
.BgClassName
{
background-color: #145221;
}
</style>
border-color css
<style>
span { border-color: #145221; }
span { border-color: rgb(20,82,33); }
td.TdClassName
{
border-color: #145221;
}
.TagClassName
{
border-color: #145221;
}
</style>