Shades of Crusoe #14602B
Tints of Crusoe #14602B
RGB
CMYK
RGB Variations
Color information
#14602B (or 0x14602B) is known color: Crusoe. HEX triplet: 14, 60 and 2B. RGB value is (20,96,43). Sum of RGB (Red+Green+Blue) = 20+96+43=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #14602B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14602B is #EB9FD4. Grayscale: #434343. Windows color (decimal): -15441877 or 2842644. OLE color: 2842644.
HSL color Cylindrical-coordinate representation of color #14602B: hue angle of 138.16º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14602B is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 96 | 43 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.62 |
| HSL | 138.16º | 0.66% | 0.23% | - |
| HSV(B) | 138.16º | 0.79% | 0.38% | - |
| XYZ | 4.91 | 8.69 | 3.7 | - |
| YUV | 67.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 43 | 0.79 | 0 | 0.55 | 0.62 | 138.16 | 0.66 | 0.23 |
| Hex | 14 | 60 | 2B | 4F | 0 | 37 | 3E | 8A | 42 | 17 |
| Octal | 24 | 140 | 53 | 117 | 0 | 67 | 76 | 212 | 102 | 27 |
| Binary | 10100 | 1100000 | 101011 | 1001111 | 0 | 110111 | 111110 | 10001010 | 1000010 | 10111 |
Color Harmonies of #14602B
Complementary color
Monochromatic Colors of #14602B
Black with #14602B
Text Example
Text Example
White with #14602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14602B; }
p { color: rgb(20,96,43); }
H1.HeaderClassName
{
color: #14602B;
}
.AnyTagClassName
{
color: #14602B;
}
</style>
background-color css
<style>
a { background-color: #14602B; }
a { background-color: rgb(20,96,43); }
div.DivClassName
{
background-color: #14602B;
}
.BgClassName
{
background-color: #14602B;
}
</style>
border-color css
<style>
span { border-color: #14602B; }
span { border-color: rgb(20,96,43); }
td.TdClassName
{
border-color: #14602B;
}
.TagClassName
{
border-color: #14602B;
}
</style>