Shades of Crusoe #145527
Tints of Crusoe #145527
RGB
CMYK
RGB Variations
Color information
#145527 (or 0x145527) is known color: Crusoe. HEX triplet: 14, 55 and 27. RGB value is (20,85,39). Sum of RGB (Red+Green+Blue) = 20+85+39=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #145527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145527 is #EBAAD8. Grayscale: #3C3C3C. Windows color (decimal): -15444697 or 2577684. OLE color: 2577684.
HSL color Cylindrical-coordinate representation of color #145527: hue angle of 137.54º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145527 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 39 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.67 |
| HSL | 137.54º | 0.62% | 0.21% | - |
| HSV(B) | 137.54º | 0.76% | 0.33% | - |
| XYZ | 3.9 | 6.79 | 3.02 | - |
| YUV | 60.32 | 115.97 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 39 | 0.76 | 0 | 0.54 | 0.67 | 137.54 | 0.62 | 0.21 |
| Hex | 14 | 55 | 27 | 4C | 0 | 36 | 43 | 8A | 3E | 15 |
| Octal | 24 | 125 | 47 | 114 | 0 | 66 | 103 | 212 | 76 | 25 |
| Binary | 10100 | 1010101 | 100111 | 1001100 | 0 | 110110 | 1000011 | 10001010 | 111110 | 10101 |
Color Harmonies of #145527
Complementary color
Monochromatic Colors of #145527
Black with #145527
Text Example
Text Example
White with #145527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145527; }
p { color: rgb(20,85,39); }
H1.HeaderClassName
{
color: #145527;
}
.AnyTagClassName
{
color: #145527;
}
</style>
background-color css
<style>
a { background-color: #145527; }
a { background-color: rgb(20,85,39); }
div.DivClassName
{
background-color: #145527;
}
.BgClassName
{
background-color: #145527;
}
</style>
border-color css
<style>
span { border-color: #145527; }
span { border-color: rgb(20,85,39); }
td.TdClassName
{
border-color: #145527;
}
.TagClassName
{
border-color: #145527;
}
</style>