Shades of Crusoe #14631C
Tints of Crusoe #14631C
RGB
CMYK
RGB Variations
Color information
#14631C (or 0x14631C) is known color: Crusoe. HEX triplet: 14, 63 and 1C. RGB value is (20,99,28). Sum of RGB (Red+Green+Blue) = 20+99+28=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 99 (39.06% from 255 or 67.35% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 99 - color contains mainly: green. Hex color #14631C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14631C is #EB9CE3. Grayscale: #434343. Windows color (decimal): -15441124 or 1860372. OLE color: 1860372.
HSL color Cylindrical-coordinate representation of color #14631C: hue angle of 126.08º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14631C is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 99 | 28 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.61 |
| HSL | 126.08º | 0.66% | 0.23% | - |
| HSV(B) | 126.08º | 0.8% | 0.39% | - |
| XYZ | 4.96 | 9.16 | 2.6 | - |
| YUV | 67.29 | 105.83 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 28 | 0.80 | 0 | 0.72 | 0.61 | 126.08 | 0.66 | 0.23 |
| Hex | 14 | 63 | 1C | 50 | 0 | 48 | 3D | 7E | 42 | 17 |
| Octal | 24 | 143 | 34 | 120 | 0 | 110 | 75 | 176 | 102 | 27 |
| Binary | 10100 | 1100011 | 11100 | 1010000 | 0 | 1001000 | 111101 | 1111110 | 1000010 | 10111 |
Color Harmonies of #14631C
Complementary color
Monochromatic Colors of #14631C
Black with #14631C
Text Example
Text Example
White with #14631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14631C; }
p { color: rgb(20,99,28); }
H1.HeaderClassName
{
color: #14631C;
}
.AnyTagClassName
{
color: #14631C;
}
</style>
background-color css
<style>
a { background-color: #14631C; }
a { background-color: rgb(20,99,28); }
div.DivClassName
{
background-color: #14631C;
}
.BgClassName
{
background-color: #14631C;
}
</style>
border-color css
<style>
span { border-color: #14631C; }
span { border-color: rgb(20,99,28); }
td.TdClassName
{
border-color: #14631C;
}
.TagClassName
{
border-color: #14631C;
}
</style>