Shades of Crusoe #1A5921
Tints of Crusoe #1A5921
RGB
CMYK
RGB Variations
Color information
#1A5921 (or 0x1A5921) is known color: Crusoe. HEX triplet: 1A, 59 and 21. RGB value is (26,89,33). Sum of RGB (Red+Green+Blue) = 26+89+33=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #1A5921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5921 is #E5A6DE. Grayscale: #3F3F3F. Windows color (decimal): -15050463 or 2185498. OLE color: 2185498.
HSL color Cylindrical-coordinate representation of color #1A5921: hue angle of 126.67º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A5921 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 89 | 33 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.65 |
| HSL | 126.67º | 0.55% | 0.23% | - |
| HSV(B) | 126.67º | 0.71% | 0.35% | - |
| XYZ | 4.27 | 7.47 | 2.66 | - |
| YUV | 63.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 33 | 0.71 | 0 | 0.63 | 0.65 | 126.67 | 0.55 | 0.23 |
| Hex | 1A | 59 | 21 | 47 | 0 | 3F | 41 | 7F | 37 | 17 |
| Octal | 32 | 131 | 41 | 107 | 0 | 77 | 101 | 177 | 67 | 27 |
| Binary | 11010 | 1011001 | 100001 | 1000111 | 0 | 111111 | 1000001 | 1111111 | 110111 | 10111 |
Color Harmonies of #1A5921
Complementary color
Monochromatic Colors of #1A5921
Black with #1A5921
Text Example
Text Example
White with #1A5921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5921; }
p { color: rgb(26,89,33); }
H1.HeaderClassName
{
color: #1A5921;
}
.AnyTagClassName
{
color: #1A5921;
}
</style>
background-color css
<style>
a { background-color: #1A5921; }
a { background-color: rgb(26,89,33); }
div.DivClassName
{
background-color: #1A5921;
}
.BgClassName
{
background-color: #1A5921;
}
</style>
border-color css
<style>
span { border-color: #1A5921; }
span { border-color: rgb(26,89,33); }
td.TdClassName
{
border-color: #1A5921;
}
.TagClassName
{
border-color: #1A5921;
}
</style>