Shades of Crusoe #145027
Tints of Crusoe #145027
RGB
CMYK
RGB Variations
Color information
#145027 (or 0x145027) is known color: Crusoe. HEX triplet: 14, 50 and 27. RGB value is (20,80,39). Sum of RGB (Red+Green+Blue) = 20+80+39=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #145027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145027 is #EBAFD8. Grayscale: #393939. Windows color (decimal): -15445977 or 2576404. OLE color: 2576404.
HSL color Cylindrical-coordinate representation of color #145027: hue angle of 139º 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 #145027 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 39 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.69 |
| HSL | 139º | 0.6% | 0.2% | - |
| HSV(B) | 139º | 0.75% | 0.31% | - |
| XYZ | 3.52 | 6.03 | 2.9 | - |
| YUV | 57.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 39 | 0.75 | 0 | 0.51 | 0.69 | 139 | 0.6 | 0.2 |
| Hex | 14 | 50 | 27 | 4B | 0 | 33 | 45 | 8B | 3C | 14 |
| Octal | 24 | 120 | 47 | 113 | 0 | 63 | 105 | 213 | 74 | 24 |
| Binary | 10100 | 1010000 | 100111 | 1001011 | 0 | 110011 | 1000101 | 10001011 | 111100 | 10100 |
Color Harmonies of #145027
Complementary color
Monochromatic Colors of #145027
Black with #145027
Text Example
Text Example
White with #145027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145027; }
p { color: rgb(20,80,39); }
H1.HeaderClassName
{
color: #145027;
}
.AnyTagClassName
{
color: #145027;
}
</style>
background-color css
<style>
a { background-color: #145027; }
a { background-color: rgb(20,80,39); }
div.DivClassName
{
background-color: #145027;
}
.BgClassName
{
background-color: #145027;
}
</style>
border-color css
<style>
span { border-color: #145027; }
span { border-color: rgb(20,80,39); }
td.TdClassName
{
border-color: #145027;
}
.TagClassName
{
border-color: #145027;
}
</style>