Shades of Crusoe #145731
Tints of Crusoe #145731
RGB
CMYK
RGB Variations
Color information
#145731 (or 0x145731) is known color: Crusoe. HEX triplet: 14, 57 and 31. RGB value is (20,87,49). Sum of RGB (Red+Green+Blue) = 20+87+49=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 87 (34.38% from 255 or 55.77% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 87 - color contains mainly: green. Hex color #145731 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145731 is #EBA8CE. Grayscale: #3E3E3E. Windows color (decimal): -15444175 or 3233556. OLE color: 3233556.
HSL color Cylindrical-coordinate representation of color #145731: hue angle of 145.97º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145731 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 87 | 49 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.66 |
| HSL | 145.97º | 0.63% | 0.21% | - |
| HSV(B) | 145.97º | 0.77% | 0.34% | - |
| XYZ | 4.25 | 7.19 | 4.07 | - |
| YUV | 62.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 49 | 0.77 | 0 | 0.44 | 0.66 | 145.97 | 0.63 | 0.21 |
| Hex | 14 | 57 | 31 | 4D | 0 | 2C | 42 | 92 | 3F | 15 |
| Octal | 24 | 127 | 61 | 115 | 0 | 54 | 102 | 222 | 77 | 25 |
| Binary | 10100 | 1010111 | 110001 | 1001101 | 0 | 101100 | 1000010 | 10010010 | 111111 | 10101 |
Color Harmonies of #145731
Complementary color
Monochromatic Colors of #145731
Black with #145731
Text Example
Text Example
White with #145731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145731; }
p { color: rgb(20,87,49); }
H1.HeaderClassName
{
color: #145731;
}
.AnyTagClassName
{
color: #145731;
}
</style>
background-color css
<style>
a { background-color: #145731; }
a { background-color: rgb(20,87,49); }
div.DivClassName
{
background-color: #145731;
}
.BgClassName
{
background-color: #145731;
}
</style>
border-color css
<style>
span { border-color: #145731; }
span { border-color: rgb(20,87,49); }
td.TdClassName
{
border-color: #145731;
}
.TagClassName
{
border-color: #145731;
}
</style>