Shades of Crusoe #1A5024
Tints of Crusoe #1A5024
RGB
CMYK
RGB Variations
Color information
#1A5024 (or 0x1A5024) is known color: Crusoe. HEX triplet: 1A, 50 and 24. RGB value is (26,80,36). Sum of RGB (Red+Green+Blue) = 26+80+36=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #1A5024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5024 is #E5AFDB. Grayscale: #3A3A3A. Windows color (decimal): -15052764 or 2379802. OLE color: 2379802.
HSL color Cylindrical-coordinate representation of color #1A5024: hue angle of 131.11º 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 #1A5024 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 80 | 36 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.69 |
| HSL | 131.11º | 0.51% | 0.21% | - |
| HSV(B) | 131.11º | 0.68% | 0.31% | - |
| XYZ | 3.61 | 6.08 | 2.65 | - |
| YUV | 58.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 36 | 0.67 | 0 | 0.55 | 0.69 | 131.11 | 0.51 | 0.21 |
| Hex | 1A | 50 | 24 | 43 | 0 | 37 | 45 | 83 | 33 | 15 |
| Octal | 32 | 120 | 44 | 103 | 0 | 67 | 105 | 203 | 63 | 25 |
| Binary | 11010 | 1010000 | 100100 | 1000011 | 0 | 110111 | 1000101 | 10000011 | 110011 | 10101 |
Color Harmonies of #1A5024
Complementary color
Monochromatic Colors of #1A5024
Black with #1A5024
Text Example
Text Example
White with #1A5024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5024; }
p { color: rgb(26,80,36); }
H1.HeaderClassName
{
color: #1A5024;
}
.AnyTagClassName
{
color: #1A5024;
}
</style>
background-color css
<style>
a { background-color: #1A5024; }
a { background-color: rgb(26,80,36); }
div.DivClassName
{
background-color: #1A5024;
}
.BgClassName
{
background-color: #1A5024;
}
</style>
border-color css
<style>
span { border-color: #1A5024; }
span { border-color: rgb(26,80,36); }
td.TdClassName
{
border-color: #1A5024;
}
.TagClassName
{
border-color: #1A5024;
}
</style>