Shades of Crusoe #1A4E25
Tints of Crusoe #1A4E25
RGB
CMYK
RGB Variations
Color information
#1A4E25 (or 0x1A4E25) is known color: Crusoe. HEX triplet: 1A, 4E and 25. RGB value is (26,78,37). Sum of RGB (Red+Green+Blue) = 26+78+37=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #1A4E25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4E25 is #E5B1DA. Grayscale: #393939. Windows color (decimal): -15053275 or 2444826. OLE color: 2444826.
HSL color Cylindrical-coordinate representation of color #1A4E25: hue angle of 132.69º 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 #1A4E25 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 78 | 37 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.69 |
| HSL | 132.69º | 0.5% | 0.2% | - |
| HSV(B) | 132.69º | 0.67% | 0.31% | - |
| XYZ | 3.48 | 5.8 | 2.69 | - |
| YUV | 57.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 37 | 0.67 | 0 | 0.53 | 0.69 | 132.69 | 0.5 | 0.2 |
| Hex | 1A | 4E | 25 | 43 | 0 | 35 | 45 | 85 | 32 | 14 |
| Octal | 32 | 116 | 45 | 103 | 0 | 65 | 105 | 205 | 62 | 24 |
| Binary | 11010 | 1001110 | 100101 | 1000011 | 0 | 110101 | 1000101 | 10000101 | 110010 | 10100 |
Color Harmonies of #1A4E25
Complementary color
Monochromatic Colors of #1A4E25
Black with #1A4E25
Text Example
Text Example
White with #1A4E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E25; }
p { color: rgb(26,78,37); }
H1.HeaderClassName
{
color: #1A4E25;
}
.AnyTagClassName
{
color: #1A4E25;
}
</style>
background-color css
<style>
a { background-color: #1A4E25; }
a { background-color: rgb(26,78,37); }
div.DivClassName
{
background-color: #1A4E25;
}
.BgClassName
{
background-color: #1A4E25;
}
</style>
border-color css
<style>
span { border-color: #1A4E25; }
span { border-color: rgb(26,78,37); }
td.TdClassName
{
border-color: #1A4E25;
}
.TagClassName
{
border-color: #1A4E25;
}
</style>