Shades of Crusoe #145021
Tints of Crusoe #145021
RGB
CMYK
RGB Variations
Color information
#145021 (or 0x145021) is known color: Crusoe. HEX triplet: 14, 50 and 21. RGB value is (20,80,33). Sum of RGB (Red+Green+Blue) = 20+80+33=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #145021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145021 is #EBAFDE. Grayscale: #383838. Windows color (decimal): -15445983 or 2183188. OLE color: 2183188.
HSL color Cylindrical-coordinate representation of color #145021: hue angle of 133º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145021 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 33 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.69 |
| HSL | 133º | 0.6% | 0.2% | - |
| HSV(B) | 133º | 0.75% | 0.31% | - |
| XYZ | 3.43 | 6 | 2.42 | - |
| YUV | 56.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 33 | 0.75 | 0 | 0.59 | 0.69 | 133 | 0.6 | 0.2 |
| Hex | 14 | 50 | 21 | 4B | 0 | 3B | 45 | 85 | 3C | 14 |
| Octal | 24 | 120 | 41 | 113 | 0 | 73 | 105 | 205 | 74 | 24 |
| Binary | 10100 | 1010000 | 100001 | 1001011 | 0 | 111011 | 1000101 | 10000101 | 111100 | 10100 |
Color Harmonies of #145021
Complementary color
Monochromatic Colors of #145021
Black with #145021
Text Example
Text Example
White with #145021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145021; }
p { color: rgb(20,80,33); }
H1.HeaderClassName
{
color: #145021;
}
.AnyTagClassName
{
color: #145021;
}
</style>
background-color css
<style>
a { background-color: #145021; }
a { background-color: rgb(20,80,33); }
div.DivClassName
{
background-color: #145021;
}
.BgClassName
{
background-color: #145021;
}
</style>
border-color css
<style>
span { border-color: #145021; }
span { border-color: rgb(20,80,33); }
td.TdClassName
{
border-color: #145021;
}
.TagClassName
{
border-color: #145021;
}
</style>