Shades of Crusoe #1A5226
Tints of Crusoe #1A5226
RGB
CMYK
RGB Variations
Color information
#1A5226 (or 0x1A5226) is known color: Crusoe. HEX triplet: 1A, 52 and 26. RGB value is (26,82,38). Sum of RGB (Red+Green+Blue) = 26+82+38=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #1A5226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5226 is #E5ADD9. Grayscale: #3C3C3C. Windows color (decimal): -15052250 or 2511386. OLE color: 2511386.
HSL color Cylindrical-coordinate representation of color #1A5226: hue angle of 132.86º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A5226 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 26 | 82 | 38 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.68 |
| HSL | 132.86º | 0.52% | 0.21% | - |
| HSV(B) | 132.86º | 0.68% | 0.32% | - |
| XYZ | 3.79 | 6.39 | 2.87 | - |
| YUV | 60.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 82 | 38 | 0.68 | 0 | 0.54 | 0.68 | 132.86 | 0.52 | 0.21 |
| Hex | 1A | 52 | 26 | 44 | 0 | 36 | 44 | 85 | 34 | 15 |
| Octal | 32 | 122 | 46 | 104 | 0 | 66 | 104 | 205 | 64 | 25 |
| Binary | 11010 | 1010010 | 100110 | 1000100 | 0 | 110110 | 1000100 | 10000101 | 110100 | 10101 |
Color Harmonies of #1A5226
Complementary color
Monochromatic Colors of #1A5226
Black with #1A5226
Text Example
Text Example
White with #1A5226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5226; }
p { color: rgb(26,82,38); }
H1.HeaderClassName
{
color: #1A5226;
}
.AnyTagClassName
{
color: #1A5226;
}
</style>
background-color css
<style>
a { background-color: #1A5226; }
a { background-color: rgb(26,82,38); }
div.DivClassName
{
background-color: #1A5226;
}
.BgClassName
{
background-color: #1A5226;
}
</style>
border-color css
<style>
span { border-color: #1A5226; }
span { border-color: rgb(26,82,38); }
td.TdClassName
{
border-color: #1A5226;
}
.TagClassName
{
border-color: #1A5226;
}
</style>