Shades of Crusoe #1A6124
Tints of Crusoe #1A6124
RGB
CMYK
RGB Variations
Color information
#1A6124 (or 0x1A6124) is known color: Crusoe. HEX triplet: 1A, 61 and 24. RGB value is (26,97,36). Sum of RGB (Red+Green+Blue) = 26+97+36=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6124 is #E59EDB. Grayscale: #444444. Windows color (decimal): -15048412 or 2384154. OLE color: 2384154.
HSL color Cylindrical-coordinate representation of color #1A6124: hue angle of 128.45º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6124 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 97 | 36 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.62 |
| HSL | 128.45º | 0.58% | 0.24% | - |
| HSV(B) | 128.45º | 0.73% | 0.38% | - |
| XYZ | 5.02 | 8.9 | 3.12 | - |
| YUV | 68.82 | 109.48 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 36 | 0.73 | 0 | 0.63 | 0.62 | 128.45 | 0.58 | 0.24 |
| Hex | 1A | 61 | 24 | 49 | 0 | 3F | 3E | 80 | 3A | 18 |
| Octal | 32 | 141 | 44 | 111 | 0 | 77 | 76 | 200 | 72 | 30 |
| Binary | 11010 | 1100001 | 100100 | 1001001 | 0 | 111111 | 111110 | 10000000 | 111010 | 11000 |
Color Harmonies of #1A6124
Complementary color
Monochromatic Colors of #1A6124
Black with #1A6124
Text Example
Text Example
White with #1A6124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6124; }
p { color: rgb(26,97,36); }
H1.HeaderClassName
{
color: #1A6124;
}
.AnyTagClassName
{
color: #1A6124;
}
</style>
background-color css
<style>
a { background-color: #1A6124; }
a { background-color: rgb(26,97,36); }
div.DivClassName
{
background-color: #1A6124;
}
.BgClassName
{
background-color: #1A6124;
}
</style>
border-color css
<style>
span { border-color: #1A6124; }
span { border-color: rgb(26,97,36); }
td.TdClassName
{
border-color: #1A6124;
}
.TagClassName
{
border-color: #1A6124;
}
</style>