Shades of Crusoe #1A4D27
Tints of Crusoe #1A4D27
RGB
CMYK
RGB Variations
Color information
#1A4D27 (or 0x1A4D27) is known color: Crusoe. HEX triplet: 1A, 4D and 27. RGB value is (26,77,39). Sum of RGB (Red+Green+Blue) = 26+77+39=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 77 (30.47% from 255 or 54.23% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 77 - color contains mainly: green. Hex color #1A4D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4D27 is #E5B2D8. Grayscale: #393939. Windows color (decimal): -15053529 or 2575642. OLE color: 2575642.
HSL color Cylindrical-coordinate representation of color #1A4D27: hue angle of 135.29º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4D27 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 77 | 39 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.70 |
| HSL | 135.29º | 0.5% | 0.2% | - |
| HSV(B) | 135.29º | 0.66% | 0.3% | - |
| XYZ | 3.45 | 5.67 | 2.83 | - |
| YUV | 57.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 39 | 0.66 | 0 | 0.49 | 0.70 | 135.29 | 0.5 | 0.2 |
| Hex | 1A | 4D | 27 | 42 | 0 | 31 | 46 | 87 | 32 | 14 |
| Octal | 32 | 115 | 47 | 102 | 0 | 61 | 106 | 207 | 62 | 24 |
| Binary | 11010 | 1001101 | 100111 | 1000010 | 0 | 110001 | 1000110 | 10000111 | 110010 | 10100 |
Color Harmonies of #1A4D27
Complementary color
Monochromatic Colors of #1A4D27
Black with #1A4D27
Text Example
Text Example
White with #1A4D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4D27; }
p { color: rgb(26,77,39); }
H1.HeaderClassName
{
color: #1A4D27;
}
.AnyTagClassName
{
color: #1A4D27;
}
</style>
background-color css
<style>
a { background-color: #1A4D27; }
a { background-color: rgb(26,77,39); }
div.DivClassName
{
background-color: #1A4D27;
}
.BgClassName
{
background-color: #1A4D27;
}
</style>
border-color css
<style>
span { border-color: #1A4D27; }
span { border-color: rgb(26,77,39); }
td.TdClassName
{
border-color: #1A4D27;
}
.TagClassName
{
border-color: #1A4D27;
}
</style>