Shades of Crusoe #145C23
Tints of Crusoe #145C23
RGB
CMYK
RGB Variations
Color information
#145C23 (or 0x145C23) is known color: Crusoe. HEX triplet: 14, 5C and 23. RGB value is (20,92,35). Sum of RGB (Red+Green+Blue) = 20+92+35=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 92 (36.33% from 255 or 62.59% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 92 - color contains mainly: green. Hex color #145C23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145C23 is #EBA3DC. Grayscale: #404040. Windows color (decimal): -15442909 or 2317332. OLE color: 2317332.
HSL color Cylindrical-coordinate representation of color #145C23: hue angle of 132.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 #145C23 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 92 | 35 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.64 |
| HSL | 132.5º | 0.64% | 0.22% | - |
| HSV(B) | 132.5º | 0.78% | 0.36% | - |
| XYZ | 4.42 | 7.92 | 2.89 | - |
| YUV | 63.97 | 111.65 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 35 | 0.78 | 0 | 0.62 | 0.64 | 132.5 | 0.64 | 0.22 |
| Hex | 14 | 5C | 23 | 4E | 0 | 3E | 40 | 84 | 40 | 16 |
| Octal | 24 | 134 | 43 | 116 | 0 | 76 | 100 | 204 | 100 | 26 |
| Binary | 10100 | 1011100 | 100011 | 1001110 | 0 | 111110 | 1000000 | 10000100 | 1000000 | 10110 |
Color Harmonies of #145C23
Complementary color
Monochromatic Colors of #145C23
Black with #145C23
Text Example
Text Example
White with #145C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C23; }
p { color: rgb(20,92,35); }
H1.HeaderClassName
{
color: #145C23;
}
.AnyTagClassName
{
color: #145C23;
}
</style>
background-color css
<style>
a { background-color: #145C23; }
a { background-color: rgb(20,92,35); }
div.DivClassName
{
background-color: #145C23;
}
.BgClassName
{
background-color: #145C23;
}
</style>
border-color css
<style>
span { border-color: #145C23; }
span { border-color: rgb(20,92,35); }
td.TdClassName
{
border-color: #145C23;
}
.TagClassName
{
border-color: #145C23;
}
</style>