Shades of Crusoe #145521
Tints of Crusoe #145521
RGB
CMYK
RGB Variations
Color information
#145521 (or 0x145521) is known color: Crusoe. HEX triplet: 14, 55 and 21. RGB value is (20,85,33). Sum of RGB (Red+Green+Blue) = 20+85+33=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #145521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145521 is #EBAADE. Grayscale: #3B3B3B. Windows color (decimal): -15444703 or 2184468. OLE color: 2184468.
HSL color Cylindrical-coordinate representation of color #145521: hue angle of 132º 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 #145521 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 33 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.67 |
| HSL | 132º | 0.62% | 0.21% | - |
| HSV(B) | 132º | 0.76% | 0.33% | - |
| XYZ | 3.81 | 6.76 | 2.54 | - |
| YUV | 59.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 33 | 0.76 | 0 | 0.61 | 0.67 | 132 | 0.62 | 0.21 |
| Hex | 14 | 55 | 21 | 4C | 0 | 3D | 43 | 84 | 3E | 15 |
| Octal | 24 | 125 | 41 | 114 | 0 | 75 | 103 | 204 | 76 | 25 |
| Binary | 10100 | 1010101 | 100001 | 1001100 | 0 | 111101 | 1000011 | 10000100 | 111110 | 10101 |
Color Harmonies of #145521
Complementary color
Monochromatic Colors of #145521
Black with #145521
Text Example
Text Example
White with #145521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145521; }
p { color: rgb(20,85,33); }
H1.HeaderClassName
{
color: #145521;
}
.AnyTagClassName
{
color: #145521;
}
</style>
background-color css
<style>
a { background-color: #145521; }
a { background-color: rgb(20,85,33); }
div.DivClassName
{
background-color: #145521;
}
.BgClassName
{
background-color: #145521;
}
</style>
border-color css
<style>
span { border-color: #145521; }
span { border-color: rgb(20,85,33); }
td.TdClassName
{
border-color: #145521;
}
.TagClassName
{
border-color: #145521;
}
</style>