Shades of Crusoe #1A562A
Tints of Crusoe #1A562A
RGB
CMYK
RGB Variations
Color information
#1A562A (or 0x1A562A) is known color: Crusoe. HEX triplet: 1A, 56 and 2A. RGB value is (26,86,42). Sum of RGB (Red+Green+Blue) = 26+86+42=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #1A562A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A562A is #E5A9D5. Grayscale: #3F3F3F. Windows color (decimal): -15051222 or 2774554. OLE color: 2774554.
HSL color Cylindrical-coordinate representation of color #1A562A: hue angle of 136º 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 #1A562A is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 86 | 42 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.66 |
| HSL | 136º | 0.54% | 0.22% | - |
| HSV(B) | 136º | 0.7% | 0.34% | - |
| XYZ | 4.17 | 7.04 | 3.33 | - |
| YUV | 63.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 42 | 0.70 | 0 | 0.51 | 0.66 | 136 | 0.54 | 0.22 |
| Hex | 1A | 56 | 2A | 46 | 0 | 33 | 42 | 88 | 36 | 16 |
| Octal | 32 | 126 | 52 | 106 | 0 | 63 | 102 | 210 | 66 | 26 |
| Binary | 11010 | 1010110 | 101010 | 1000110 | 0 | 110011 | 1000010 | 10001000 | 110110 | 10110 |
Color Harmonies of #1A562A
Complementary color
Monochromatic Colors of #1A562A
Black with #1A562A
Text Example
Text Example
White with #1A562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A562A; }
p { color: rgb(26,86,42); }
H1.HeaderClassName
{
color: #1A562A;
}
.AnyTagClassName
{
color: #1A562A;
}
</style>
background-color css
<style>
a { background-color: #1A562A; }
a { background-color: rgb(26,86,42); }
div.DivClassName
{
background-color: #1A562A;
}
.BgClassName
{
background-color: #1A562A;
}
</style>
border-color css
<style>
span { border-color: #1A562A; }
span { border-color: rgb(26,86,42); }
td.TdClassName
{
border-color: #1A562A;
}
.TagClassName
{
border-color: #1A562A;
}
</style>