Shades of Crusoe #14652C
Tints of Crusoe #14652C
RGB
CMYK
RGB Variations
Color information
#14652C (or 0x14652C) is known color: Crusoe. HEX triplet: 14, 65 and 2C. RGB value is (20,101,44). Sum of RGB (Red+Green+Blue) = 20+101+44=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 101 (39.84% from 255 or 61.21% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 101 - color contains mainly: green. Hex color #14652C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14652C is #EB9AD3. Grayscale: #464646. Windows color (decimal): -15440596 or 2909460. OLE color: 2909460.
HSL color Cylindrical-coordinate representation of color #14652C: hue angle of 137.78º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14652C is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 101 | 44 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.60 |
| HSL | 137.78º | 0.67% | 0.24% | - |
| HSV(B) | 137.78º | 0.8% | 0.4% | - |
| XYZ | 5.4 | 9.64 | 3.96 | - |
| YUV | 70.28 | 113.16 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 44 | 0.80 | 0 | 0.56 | 0.60 | 137.78 | 0.67 | 0.24 |
| Hex | 14 | 65 | 2C | 50 | 0 | 38 | 3C | 8A | 43 | 18 |
| Octal | 24 | 145 | 54 | 120 | 0 | 70 | 74 | 212 | 103 | 30 |
| Binary | 10100 | 1100101 | 101100 | 1010000 | 0 | 111000 | 111100 | 10001010 | 1000011 | 11000 |
Color Harmonies of #14652C
Complementary color
Monochromatic Colors of #14652C
Black with #14652C
Text Example
Text Example
White with #14652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14652C; }
p { color: rgb(20,101,44); }
H1.HeaderClassName
{
color: #14652C;
}
.AnyTagClassName
{
color: #14652C;
}
</style>
background-color css
<style>
a { background-color: #14652C; }
a { background-color: rgb(20,101,44); }
div.DivClassName
{
background-color: #14652C;
}
.BgClassName
{
background-color: #14652C;
}
</style>
border-color css
<style>
span { border-color: #14652C; }
span { border-color: rgb(20,101,44); }
td.TdClassName
{
border-color: #14652C;
}
.TagClassName
{
border-color: #14652C;
}
</style>