Shades of Crusoe #145C29
Tints of Crusoe #145C29
RGB
CMYK
RGB Variations
Color information
#145C29 (or 0x145C29) is known color: Crusoe. HEX triplet: 14, 5C and 29. RGB value is (20,92,41). Sum of RGB (Red+Green+Blue) = 20+92+41=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 92 (36.33% from 255 or 60.13% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 92 - color contains mainly: green. Hex color #145C29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145C29 is #EBA3D6. Grayscale: #404040. Windows color (decimal): -15442903 or 2710548. OLE color: 2710548.
HSL color Cylindrical-coordinate representation of color #145C29: hue angle of 137.5º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145C29 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 92 | 41 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.64 |
| HSL | 137.5º | 0.64% | 0.22% | - |
| HSV(B) | 137.5º | 0.78% | 0.36% | - |
| XYZ | 4.52 | 7.96 | 3.4 | - |
| YUV | 64.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 41 | 0.78 | 0 | 0.55 | 0.64 | 137.5 | 0.64 | 0.22 |
| Hex | 14 | 5C | 29 | 4E | 0 | 37 | 40 | 8A | 40 | 16 |
| Octal | 24 | 134 | 51 | 116 | 0 | 67 | 100 | 212 | 100 | 26 |
| Binary | 10100 | 1011100 | 101001 | 1001110 | 0 | 110111 | 1000000 | 10001010 | 1000000 | 10110 |
Color Harmonies of #145C29
Complementary color
Monochromatic Colors of #145C29
Black with #145C29
Text Example
Text Example
White with #145C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C29; }
p { color: rgb(20,92,41); }
H1.HeaderClassName
{
color: #145C29;
}
.AnyTagClassName
{
color: #145C29;
}
</style>
background-color css
<style>
a { background-color: #145C29; }
a { background-color: rgb(20,92,41); }
div.DivClassName
{
background-color: #145C29;
}
.BgClassName
{
background-color: #145C29;
}
</style>
border-color css
<style>
span { border-color: #145C29; }
span { border-color: rgb(20,92,41); }
td.TdClassName
{
border-color: #145C29;
}
.TagClassName
{
border-color: #145C29;
}
</style>