Shades of Crusoe #14551E
Tints of Crusoe #14551E
RGB
CMYK
RGB Variations
Color information
#14551E (or 0x14551E) is known color: Crusoe. HEX triplet: 14, 55 and 1E. RGB value is (20,85,30). Sum of RGB (Red+Green+Blue) = 20+85+30=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #14551E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14551E is #EBAAE1. Grayscale: #3B3B3B. Windows color (decimal): -15444706 or 1987860. OLE color: 1987860.
HSL color Cylindrical-coordinate representation of color #14551E: hue angle of 129.23º 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 #14551E is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 30 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.67 |
| HSL | 129.23º | 0.62% | 0.21% | - |
| HSV(B) | 129.23º | 0.76% | 0.33% | - |
| XYZ | 3.77 | 6.74 | 2.33 | - |
| YUV | 59.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 30 | 0.76 | 0 | 0.65 | 0.67 | 129.23 | 0.62 | 0.21 |
| Hex | 14 | 55 | 1E | 4C | 0 | 41 | 43 | 81 | 3E | 15 |
| Octal | 24 | 125 | 36 | 114 | 0 | 101 | 103 | 201 | 76 | 25 |
| Binary | 10100 | 1010101 | 11110 | 1001100 | 0 | 1000001 | 1000011 | 10000001 | 111110 | 10101 |
Color Harmonies of #14551E
Complementary color
Monochromatic Colors of #14551E
Black with #14551E
Text Example
Text Example
White with #14551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14551E; }
p { color: rgb(20,85,30); }
H1.HeaderClassName
{
color: #14551E;
}
.AnyTagClassName
{
color: #14551E;
}
</style>
background-color css
<style>
a { background-color: #14551E; }
a { background-color: rgb(20,85,30); }
div.DivClassName
{
background-color: #14551E;
}
.BgClassName
{
background-color: #14551E;
}
</style>
border-color css
<style>
span { border-color: #14551E; }
span { border-color: rgb(20,85,30); }
td.TdClassName
{
border-color: #14551E;
}
.TagClassName
{
border-color: #14551E;
}
</style>