Shades of Crusoe #145730
Tints of Crusoe #145730
RGB
CMYK
RGB Variations
Color information
#145730 (or 0x145730) is known color: Crusoe. HEX triplet: 14, 57 and 30. RGB value is (20,87,48). Sum of RGB (Red+Green+Blue) = 20+87+48=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 87 (34.38% from 255 or 56.13% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 87 - color contains mainly: green. Hex color #145730 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145730 is #EBA8CF. Grayscale: #3E3E3E. Windows color (decimal): -15444176 or 3168020. OLE color: 3168020.
HSL color Cylindrical-coordinate representation of color #145730: hue angle of 145.07º 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 #145730 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 87 | 48 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.66 |
| HSL | 145.07º | 0.63% | 0.21% | - |
| HSV(B) | 145.07º | 0.77% | 0.34% | - |
| XYZ | 4.23 | 7.18 | 3.96 | - |
| YUV | 62.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 48 | 0.77 | 0 | 0.45 | 0.66 | 145.07 | 0.63 | 0.21 |
| Hex | 14 | 57 | 30 | 4D | 0 | 2D | 42 | 91 | 3F | 15 |
| Octal | 24 | 127 | 60 | 115 | 0 | 55 | 102 | 221 | 77 | 25 |
| Binary | 10100 | 1010111 | 110000 | 1001101 | 0 | 101101 | 1000010 | 10010001 | 111111 | 10101 |
Color Harmonies of #145730
Complementary color
Monochromatic Colors of #145730
Black with #145730
Text Example
Text Example
White with #145730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145730; }
p { color: rgb(20,87,48); }
H1.HeaderClassName
{
color: #145730;
}
.AnyTagClassName
{
color: #145730;
}
</style>
background-color css
<style>
a { background-color: #145730; }
a { background-color: rgb(20,87,48); }
div.DivClassName
{
background-color: #145730;
}
.BgClassName
{
background-color: #145730;
}
</style>
border-color css
<style>
span { border-color: #145730; }
span { border-color: rgb(20,87,48); }
td.TdClassName
{
border-color: #145730;
}
.TagClassName
{
border-color: #145730;
}
</style>