Shades of Crusoe #145B2E
Tints of Crusoe #145B2E
RGB
CMYK
RGB Variations
Color information
#145B2E (or 0x145B2E) is known color: Crusoe. HEX triplet: 14, 5B and 2E. RGB value is (20,91,46). Sum of RGB (Red+Green+Blue) = 20+91+46=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #145B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145B2E is #EBA4D1. Grayscale: #404040. Windows color (decimal): -15443154 or 3037972. OLE color: 3037972.
HSL color Cylindrical-coordinate representation of color #145B2E: hue angle of 141.97º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145B2E is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 91 | 46 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.64 |
| HSL | 141.97º | 0.64% | 0.22% | - |
| HSV(B) | 141.97º | 0.78% | 0.36% | - |
| XYZ | 4.52 | 7.83 | 3.86 | - |
| YUV | 64.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 46 | 0.78 | 0 | 0.49 | 0.64 | 141.97 | 0.64 | 0.22 |
| Hex | 14 | 5B | 2E | 4E | 0 | 31 | 40 | 8E | 40 | 16 |
| Octal | 24 | 133 | 56 | 116 | 0 | 61 | 100 | 216 | 100 | 26 |
| Binary | 10100 | 1011011 | 101110 | 1001110 | 0 | 110001 | 1000000 | 10001110 | 1000000 | 10110 |
Color Harmonies of #145B2E
Complementary color
Monochromatic Colors of #145B2E
Black with #145B2E
Text Example
Text Example
White with #145B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B2E; }
p { color: rgb(20,91,46); }
H1.HeaderClassName
{
color: #145B2E;
}
.AnyTagClassName
{
color: #145B2E;
}
</style>
background-color css
<style>
a { background-color: #145B2E; }
a { background-color: rgb(20,91,46); }
div.DivClassName
{
background-color: #145B2E;
}
.BgClassName
{
background-color: #145B2E;
}
</style>
border-color css
<style>
span { border-color: #145B2E; }
span { border-color: rgb(20,91,46); }
td.TdClassName
{
border-color: #145B2E;
}
.TagClassName
{
border-color: #145B2E;
}
</style>