Shades of Crusoe #145921
Tints of Crusoe #145921
RGB
CMYK
RGB Variations
Color information
#145921 (or 0x145921) is known color: Crusoe. HEX triplet: 14, 59 and 21. RGB value is (20,89,33). Sum of RGB (Red+Green+Blue) = 20+89+33=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 89 (35.16% from 255 or 62.68% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 89 - color contains mainly: green. Hex color #145921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145921 is #EBA6DE. Grayscale: #3E3E3E. Windows color (decimal): -15443679 or 2185492. OLE color: 2185492.
HSL color Cylindrical-coordinate representation of color #145921: hue angle of 131.3º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145921 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 89 | 33 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.65 |
| HSL | 131.3º | 0.63% | 0.21% | - |
| HSV(B) | 131.3º | 0.78% | 0.35% | - |
| XYZ | 4.14 | 7.4 | 2.65 | - |
| YUV | 61.99 | 111.64 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 33 | 0.78 | 0 | 0.63 | 0.65 | 131.3 | 0.63 | 0.21 |
| Hex | 14 | 59 | 21 | 4E | 0 | 3F | 41 | 83 | 3F | 15 |
| Octal | 24 | 131 | 41 | 116 | 0 | 77 | 101 | 203 | 77 | 25 |
| Binary | 10100 | 1011001 | 100001 | 1001110 | 0 | 111111 | 1000001 | 10000011 | 111111 | 10101 |
Color Harmonies of #145921
Complementary color
Monochromatic Colors of #145921
Black with #145921
Text Example
Text Example
White with #145921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145921; }
p { color: rgb(20,89,33); }
H1.HeaderClassName
{
color: #145921;
}
.AnyTagClassName
{
color: #145921;
}
</style>
background-color css
<style>
a { background-color: #145921; }
a { background-color: rgb(20,89,33); }
div.DivClassName
{
background-color: #145921;
}
.BgClassName
{
background-color: #145921;
}
</style>
border-color css
<style>
span { border-color: #145921; }
span { border-color: rgb(20,89,33); }
td.TdClassName
{
border-color: #145921;
}
.TagClassName
{
border-color: #145921;
}
</style>