Shades of Crusoe #1A5025
Tints of Crusoe #1A5025
RGB
CMYK
RGB Variations
Color information
#1A5025 (or 0x1A5025) is known color: Crusoe. HEX triplet: 1A, 50 and 25. RGB value is (26,80,37). Sum of RGB (Red+Green+Blue) = 26+80+37=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #1A5025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5025 is #E5AFDA. Grayscale: #3B3B3B. Windows color (decimal): -15052763 or 2445338. OLE color: 2445338.
HSL color Cylindrical-coordinate representation of color #1A5025: hue angle of 132.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A5025 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 80 | 37 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.69 |
| HSL | 132.22º | 0.51% | 0.21% | - |
| HSV(B) | 132.22º | 0.68% | 0.31% | - |
| XYZ | 3.63 | 6.09 | 2.73 | - |
| YUV | 58.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 37 | 0.67 | 0 | 0.54 | 0.69 | 132.22 | 0.51 | 0.21 |
| Hex | 1A | 50 | 25 | 43 | 0 | 36 | 45 | 84 | 33 | 15 |
| Octal | 32 | 120 | 45 | 103 | 0 | 66 | 105 | 204 | 63 | 25 |
| Binary | 11010 | 1010000 | 100101 | 1000011 | 0 | 110110 | 1000101 | 10000100 | 110011 | 10101 |
Color Harmonies of #1A5025
Complementary color
Monochromatic Colors of #1A5025
Black with #1A5025
Text Example
Text Example
White with #1A5025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5025; }
p { color: rgb(26,80,37); }
H1.HeaderClassName
{
color: #1A5025;
}
.AnyTagClassName
{
color: #1A5025;
}
</style>
background-color css
<style>
a { background-color: #1A5025; }
a { background-color: rgb(26,80,37); }
div.DivClassName
{
background-color: #1A5025;
}
.BgClassName
{
background-color: #1A5025;
}
</style>
border-color css
<style>
span { border-color: #1A5025; }
span { border-color: rgb(26,80,37); }
td.TdClassName
{
border-color: #1A5025;
}
.TagClassName
{
border-color: #1A5025;
}
</style>