Shades of Crusoe #1A562B
Tints of Crusoe #1A562B
RGB
CMYK
RGB Variations
Color information
#1A562B (or 0x1A562B) is known color: Crusoe. HEX triplet: 1A, 56 and 2B. RGB value is (26,86,43). Sum of RGB (Red+Green+Blue) = 26+86+43=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 86 (33.98% from 255 or 55.48% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 86 - color contains mainly: green. Hex color #1A562B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A562B is #E5A9D4. Grayscale: #3F3F3F. Windows color (decimal): -15051221 or 2840090. OLE color: 2840090.
HSL color Cylindrical-coordinate representation of color #1A562B: hue angle of 137º 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 #1A562B is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 86 | 43 | - |
| CMYK | 0.70 | 0 | 0.50 | 0.66 |
| HSL | 137º | 0.54% | 0.22% | - |
| HSV(B) | 137º | 0.7% | 0.34% | - |
| XYZ | 4.19 | 7.05 | 3.43 | - |
| YUV | 63.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 43 | 0.70 | 0 | 0.50 | 0.66 | 137 | 0.54 | 0.22 |
| Hex | 1A | 56 | 2B | 46 | 0 | 32 | 42 | 89 | 36 | 16 |
| Octal | 32 | 126 | 53 | 106 | 0 | 62 | 102 | 211 | 66 | 26 |
| Binary | 11010 | 1010110 | 101011 | 1000110 | 0 | 110010 | 1000010 | 10001001 | 110110 | 10110 |
Color Harmonies of #1A562B
Complementary color
Monochromatic Colors of #1A562B
Black with #1A562B
Text Example
Text Example
White with #1A562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A562B; }
p { color: rgb(26,86,43); }
H1.HeaderClassName
{
color: #1A562B;
}
.AnyTagClassName
{
color: #1A562B;
}
</style>
background-color css
<style>
a { background-color: #1A562B; }
a { background-color: rgb(26,86,43); }
div.DivClassName
{
background-color: #1A562B;
}
.BgClassName
{
background-color: #1A562B;
}
</style>
border-color css
<style>
span { border-color: #1A562B; }
span { border-color: rgb(26,86,43); }
td.TdClassName
{
border-color: #1A562B;
}
.TagClassName
{
border-color: #1A562B;
}
</style>