Shades of Crusoe #145C1D
Tints of Crusoe #145C1D
RGB
CMYK
RGB Variations
Color information
#145C1D (or 0x145C1D) is known color: Crusoe. HEX triplet: 14, 5C and 1D. RGB value is (20,92,29). Sum of RGB (Red+Green+Blue) = 20+92+29=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 92 (36.33% from 255 or 65.25% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 92 - color contains mainly: green. Hex color #145C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145C1D is #EBA3E2. Grayscale: #3F3F3F. Windows color (decimal): -15442915 or 1924116. OLE color: 1924116.
HSL color Cylindrical-coordinate representation of color #145C1D: hue angle of 127.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 #145C1D is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 92 | 29 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.64 |
| HSL | 127.5º | 0.64% | 0.22% | - |
| HSV(B) | 127.5º | 0.78% | 0.36% | - |
| XYZ | 4.34 | 7.89 | 2.46 | - |
| YUV | 63.29 | 108.65 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 29 | 0.78 | 0 | 0.68 | 0.64 | 127.5 | 0.64 | 0.22 |
| Hex | 14 | 5C | 1D | 4E | 0 | 44 | 40 | 80 | 40 | 16 |
| Octal | 24 | 134 | 35 | 116 | 0 | 104 | 100 | 200 | 100 | 26 |
| Binary | 10100 | 1011100 | 11101 | 1001110 | 0 | 1000100 | 1000000 | 10000000 | 1000000 | 10110 |
Color Harmonies of #145C1D
Complementary color
Monochromatic Colors of #145C1D
Black with #145C1D
Text Example
Text Example
White with #145C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C1D; }
p { color: rgb(20,92,29); }
H1.HeaderClassName
{
color: #145C1D;
}
.AnyTagClassName
{
color: #145C1D;
}
</style>
background-color css
<style>
a { background-color: #145C1D; }
a { background-color: rgb(20,92,29); }
div.DivClassName
{
background-color: #145C1D;
}
.BgClassName
{
background-color: #145C1D;
}
</style>
border-color css
<style>
span { border-color: #145C1D; }
span { border-color: rgb(20,92,29); }
td.TdClassName
{
border-color: #145C1D;
}
.TagClassName
{
border-color: #145C1D;
}
</style>