Shades of Crusoe #145830
Tints of Crusoe #145830
RGB
CMYK
RGB Variations
Color information
#145830 (or 0x145830) is known color: Crusoe. HEX triplet: 14, 58 and 30. RGB value is (20,88,48). Sum of RGB (Red+Green+Blue) = 20+88+48=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #145830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145830 is #EBA7CF. Grayscale: #3F3F3F. Windows color (decimal): -15443920 or 3168276. OLE color: 3168276.
HSL color Cylindrical-coordinate representation of color #145830: hue angle of 144.71º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145830 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 48 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.65 |
| HSL | 144.71º | 0.63% | 0.21% | - |
| HSV(B) | 144.71º | 0.77% | 0.35% | - |
| XYZ | 4.31 | 7.34 | 3.99 | - |
| YUV | 63.11 | 119.47 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 48 | 0.77 | 0 | 0.45 | 0.65 | 144.71 | 0.63 | 0.21 |
| Hex | 14 | 58 | 30 | 4D | 0 | 2D | 41 | 91 | 3F | 15 |
| Octal | 24 | 130 | 60 | 115 | 0 | 55 | 101 | 221 | 77 | 25 |
| Binary | 10100 | 1011000 | 110000 | 1001101 | 0 | 101101 | 1000001 | 10010001 | 111111 | 10101 |
Color Harmonies of #145830
Complementary color
Monochromatic Colors of #145830
Black with #145830
Text Example
Text Example
White with #145830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145830; }
p { color: rgb(20,88,48); }
H1.HeaderClassName
{
color: #145830;
}
.AnyTagClassName
{
color: #145830;
}
</style>
background-color css
<style>
a { background-color: #145830; }
a { background-color: rgb(20,88,48); }
div.DivClassName
{
background-color: #145830;
}
.BgClassName
{
background-color: #145830;
}
</style>
border-color css
<style>
span { border-color: #145830; }
span { border-color: rgb(20,88,48); }
td.TdClassName
{
border-color: #145830;
}
.TagClassName
{
border-color: #145830;
}
</style>