Shades of Crusoe #1A5636
Tints of Crusoe #1A5636
RGB
CMYK
RGB Variations
Color information
#1A5636 (or 0x1A5636) is known color: Crusoe. HEX triplet: 1A, 56 and 36. RGB value is (26,86,54). Sum of RGB (Red+Green+Blue) = 26+86+54=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #1A5636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5636 is #E5A9C9. Grayscale: #404040. Windows color (decimal): -15051210 or 3560986. OLE color: 3560986.
HSL color Cylindrical-coordinate representation of color #1A5636: hue angle of 148º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A5636 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 86 | 54 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.66 |
| HSL | 148º | 0.54% | 0.22% | - |
| HSV(B) | 148º | 0.7% | 0.34% | - |
| XYZ | 4.42 | 7.14 | 4.64 | - |
| YUV | 64.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 54 | 0.70 | 0 | 0.37 | 0.66 | 148 | 0.54 | 0.22 |
| Hex | 1A | 56 | 36 | 46 | 0 | 25 | 42 | 94 | 36 | 16 |
| Octal | 32 | 126 | 66 | 106 | 0 | 45 | 102 | 224 | 66 | 26 |
| Binary | 11010 | 1010110 | 110110 | 1000110 | 0 | 100101 | 1000010 | 10010100 | 110110 | 10110 |
Color Harmonies of #1A5636
Complementary color
Monochromatic Colors of #1A5636
Black with #1A5636
Text Example
Text Example
White with #1A5636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5636; }
p { color: rgb(26,86,54); }
H1.HeaderClassName
{
color: #1A5636;
}
.AnyTagClassName
{
color: #1A5636;
}
</style>
background-color css
<style>
a { background-color: #1A5636; }
a { background-color: rgb(26,86,54); }
div.DivClassName
{
background-color: #1A5636;
}
.BgClassName
{
background-color: #1A5636;
}
</style>
border-color css
<style>
span { border-color: #1A5636; }
span { border-color: rgb(26,86,54); }
td.TdClassName
{
border-color: #1A5636;
}
.TagClassName
{
border-color: #1A5636;
}
</style>