Shades of Crusoe #145426
Tints of Crusoe #145426
RGB
CMYK
RGB Variations
Color information
#145426 (or 0x145426) is known color: Crusoe. HEX triplet: 14, 54 and 26. RGB value is (20,84,38). Sum of RGB (Red+Green+Blue) = 20+84+38=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 84 (33.20% from 255 or 59.15% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 84 - color contains mainly: green. Hex color #145426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145426 is #EBABD9. Grayscale: #3B3B3B. Windows color (decimal): -15444954 or 2511892. OLE color: 2511892.
HSL color Cylindrical-coordinate representation of color #145426: hue angle of 136.88º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145426 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 38 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.67 |
| HSL | 136.88º | 0.62% | 0.2% | - |
| HSV(B) | 136.88º | 0.76% | 0.33% | - |
| XYZ | 3.81 | 6.63 | 2.91 | - |
| YUV | 59.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 38 | 0.76 | 0 | 0.55 | 0.67 | 136.88 | 0.62 | 0.2 |
| Hex | 14 | 54 | 26 | 4C | 0 | 37 | 43 | 89 | 3E | 14 |
| Octal | 24 | 124 | 46 | 114 | 0 | 67 | 103 | 211 | 76 | 24 |
| Binary | 10100 | 1010100 | 100110 | 1001100 | 0 | 110111 | 1000011 | 10001001 | 111110 | 10100 |
Color Harmonies of #145426
Complementary color
Monochromatic Colors of #145426
Black with #145426
Text Example
Text Example
White with #145426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145426; }
p { color: rgb(20,84,38); }
H1.HeaderClassName
{
color: #145426;
}
.AnyTagClassName
{
color: #145426;
}
</style>
background-color css
<style>
a { background-color: #145426; }
a { background-color: rgb(20,84,38); }
div.DivClassName
{
background-color: #145426;
}
.BgClassName
{
background-color: #145426;
}
</style>
border-color css
<style>
span { border-color: #145426; }
span { border-color: rgb(20,84,38); }
td.TdClassName
{
border-color: #145426;
}
.TagClassName
{
border-color: #145426;
}
</style>