Shades of Crusoe #1A5925
Tints of Crusoe #1A5925
RGB
CMYK
RGB Variations
Color information
#1A5925 (or 0x1A5925) is known color: Crusoe. HEX triplet: 1A, 59 and 25. RGB value is (26,89,37). Sum of RGB (Red+Green+Blue) = 26+89+37=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #1A5925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5925 is #E5A6DA. Grayscale: #404040. Windows color (decimal): -15050459 or 2447642. OLE color: 2447642.
HSL color Cylindrical-coordinate representation of color #1A5925: hue angle of 130.48º 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 #1A5925 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 89 | 37 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.65 |
| HSL | 130.48º | 0.55% | 0.23% | - |
| HSV(B) | 130.48º | 0.71% | 0.35% | - |
| XYZ | 4.33 | 7.5 | 2.97 | - |
| YUV | 64.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 37 | 0.71 | 0 | 0.58 | 0.65 | 130.48 | 0.55 | 0.23 |
| Hex | 1A | 59 | 25 | 47 | 0 | 3A | 41 | 82 | 37 | 17 |
| Octal | 32 | 131 | 45 | 107 | 0 | 72 | 101 | 202 | 67 | 27 |
| Binary | 11010 | 1011001 | 100101 | 1000111 | 0 | 111010 | 1000001 | 10000010 | 110111 | 10111 |
Color Harmonies of #1A5925
Complementary color
Monochromatic Colors of #1A5925
Black with #1A5925
Text Example
Text Example
White with #1A5925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5925; }
p { color: rgb(26,89,37); }
H1.HeaderClassName
{
color: #1A5925;
}
.AnyTagClassName
{
color: #1A5925;
}
</style>
background-color css
<style>
a { background-color: #1A5925; }
a { background-color: rgb(26,89,37); }
div.DivClassName
{
background-color: #1A5925;
}
.BgClassName
{
background-color: #1A5925;
}
</style>
border-color css
<style>
span { border-color: #1A5925; }
span { border-color: rgb(26,89,37); }
td.TdClassName
{
border-color: #1A5925;
}
.TagClassName
{
border-color: #1A5925;
}
</style>