Shades of Crusoe #14552A
Tints of Crusoe #14552A
RGB
CMYK
RGB Variations
Color information
#14552A (or 0x14552A) is known color: Crusoe. HEX triplet: 14, 55 and 2A. RGB value is (20,85,42). Sum of RGB (Red+Green+Blue) = 20+85+42=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #14552A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14552A is #EBAAD5. Grayscale: #3C3C3C. Windows color (decimal): -15444694 or 2774292. OLE color: 2774292.
HSL color Cylindrical-coordinate representation of color #14552A: hue angle of 140.31º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14552A is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 42 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.67 |
| HSL | 140.31º | 0.62% | 0.21% | - |
| HSV(B) | 140.31º | 0.76% | 0.33% | - |
| XYZ | 3.95 | 6.81 | 3.3 | - |
| YUV | 60.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 42 | 0.76 | 0 | 0.51 | 0.67 | 140.31 | 0.62 | 0.21 |
| Hex | 14 | 55 | 2A | 4C | 0 | 33 | 43 | 8C | 3E | 15 |
| Octal | 24 | 125 | 52 | 114 | 0 | 63 | 103 | 214 | 76 | 25 |
| Binary | 10100 | 1010101 | 101010 | 1001100 | 0 | 110011 | 1000011 | 10001100 | 111110 | 10101 |
Color Harmonies of #14552A
Complementary color
Monochromatic Colors of #14552A
Black with #14552A
Text Example
Text Example
White with #14552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14552A; }
p { color: rgb(20,85,42); }
H1.HeaderClassName
{
color: #14552A;
}
.AnyTagClassName
{
color: #14552A;
}
</style>
background-color css
<style>
a { background-color: #14552A; }
a { background-color: rgb(20,85,42); }
div.DivClassName
{
background-color: #14552A;
}
.BgClassName
{
background-color: #14552A;
}
</style>
border-color css
<style>
span { border-color: #14552A; }
span { border-color: rgb(20,85,42); }
td.TdClassName
{
border-color: #14552A;
}
.TagClassName
{
border-color: #14552A;
}
</style>