Shades of Crusoe #145A21
Tints of Crusoe #145A21
RGB
CMYK
RGB Variations
Color information
#145A21 (or 0x145A21) is known color: Crusoe. HEX triplet: 14, 5A and 21. RGB value is (20,90,33). Sum of RGB (Red+Green+Blue) = 20+90+33=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 90 (35.55% from 255 or 62.94% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 90 - color contains mainly: green. Hex color #145A21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145A21 is #EBA5DE. Grayscale: #3E3E3E. Windows color (decimal): -15443423 or 2185748. OLE color: 2185748.
HSL color Cylindrical-coordinate representation of color #145A21: hue angle of 131.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145A21 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 90 | 33 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.65 |
| HSL | 131.14º | 0.64% | 0.22% | - |
| HSV(B) | 131.14º | 0.78% | 0.35% | - |
| XYZ | 4.22 | 7.57 | 2.68 | - |
| YUV | 62.57 | 111.31 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 33 | 0.78 | 0 | 0.63 | 0.65 | 131.14 | 0.64 | 0.22 |
| Hex | 14 | 5A | 21 | 4E | 0 | 3F | 41 | 83 | 40 | 16 |
| Octal | 24 | 132 | 41 | 116 | 0 | 77 | 101 | 203 | 100 | 26 |
| Binary | 10100 | 1011010 | 100001 | 1001110 | 0 | 111111 | 1000001 | 10000011 | 1000000 | 10110 |
Color Harmonies of #145A21
Complementary color
Monochromatic Colors of #145A21
Black with #145A21
Text Example
Text Example
White with #145A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145A21; }
p { color: rgb(20,90,33); }
H1.HeaderClassName
{
color: #145A21;
}
.AnyTagClassName
{
color: #145A21;
}
</style>
background-color css
<style>
a { background-color: #145A21; }
a { background-color: rgb(20,90,33); }
div.DivClassName
{
background-color: #145A21;
}
.BgClassName
{
background-color: #145A21;
}
</style>
border-color css
<style>
span { border-color: #145A21; }
span { border-color: rgb(20,90,33); }
td.TdClassName
{
border-color: #145A21;
}
.TagClassName
{
border-color: #145A21;
}
</style>