Shades of Crusoe #1A4E24
Tints of Crusoe #1A4E24
RGB
CMYK
RGB Variations
Color information
#1A4E24 (or 0x1A4E24) is known color: Crusoe. HEX triplet: 1A, 4E and 24. RGB value is (26,78,36). Sum of RGB (Red+Green+Blue) = 26+78+36=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 78 (30.86% from 255 or 55.71% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 78 - color contains mainly: green. Hex color #1A4E24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4E24 is #E5B1DB. Grayscale: #393939. Windows color (decimal): -15053276 or 2379290. OLE color: 2379290.
HSL color Cylindrical-coordinate representation of color #1A4E24: hue angle of 131.54º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A4E24 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 78 | 36 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.69 |
| HSL | 131.54º | 0.5% | 0.2% | - |
| HSV(B) | 131.54º | 0.67% | 0.31% | - |
| XYZ | 3.47 | 5.8 | 2.6 | - |
| YUV | 57.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 36 | 0.67 | 0 | 0.54 | 0.69 | 131.54 | 0.5 | 0.2 |
| Hex | 1A | 4E | 24 | 43 | 0 | 36 | 45 | 84 | 32 | 14 |
| Octal | 32 | 116 | 44 | 103 | 0 | 66 | 105 | 204 | 62 | 24 |
| Binary | 11010 | 1001110 | 100100 | 1000011 | 0 | 110110 | 1000101 | 10000100 | 110010 | 10100 |
Color Harmonies of #1A4E24
Complementary color
Monochromatic Colors of #1A4E24
Black with #1A4E24
Text Example
Text Example
White with #1A4E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E24; }
p { color: rgb(26,78,36); }
H1.HeaderClassName
{
color: #1A4E24;
}
.AnyTagClassName
{
color: #1A4E24;
}
</style>
background-color css
<style>
a { background-color: #1A4E24; }
a { background-color: rgb(26,78,36); }
div.DivClassName
{
background-color: #1A4E24;
}
.BgClassName
{
background-color: #1A4E24;
}
</style>
border-color css
<style>
span { border-color: #1A4E24; }
span { border-color: rgb(26,78,36); }
td.TdClassName
{
border-color: #1A4E24;
}
.TagClassName
{
border-color: #1A4E24;
}
</style>