Shades of Crusoe #1B4E25
Tints of Crusoe #1B4E25
RGB
CMYK
RGB Variations
Color information
#1B4E25 (or 0x1B4E25) is known color: Crusoe. HEX triplet: 1B, 4E and 25. RGB value is (27,78,37). Sum of RGB (Red+Green+Blue) = 27+78+37=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 78 (30.86% from 255 or 54.93% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 78 - color contains mainly: green. Hex color #1B4E25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B4E25 is #E4B1DA. Grayscale: #3A3A3A. Windows color (decimal): -14987739 or 2444827. OLE color: 2444827.
HSL color Cylindrical-coordinate representation of color #1B4E25: hue angle of 131.76º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B4E25 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 27 | 78 | 37 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.69 |
| HSL | 131.76º | 0.49% | 0.21% | - |
| HSV(B) | 131.76º | 0.65% | 0.31% | - |
| XYZ | 3.51 | 5.82 | 2.69 | - |
| YUV | 58.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 37 | 0.65 | 0 | 0.53 | 0.69 | 131.76 | 0.49 | 0.21 |
| Hex | 1B | 4E | 25 | 41 | 0 | 35 | 45 | 84 | 31 | 15 |
| Octal | 33 | 116 | 45 | 101 | 0 | 65 | 105 | 204 | 61 | 25 |
| Binary | 11011 | 1001110 | 100101 | 1000001 | 0 | 110101 | 1000101 | 10000100 | 110001 | 10101 |
Color Harmonies of #1B4E25
Complementary color
Monochromatic Colors of #1B4E25
Black with #1B4E25
Text Example
Text Example
White with #1B4E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4E25; }
p { color: rgb(27,78,37); }
H1.HeaderClassName
{
color: #1B4E25;
}
.AnyTagClassName
{
color: #1B4E25;
}
</style>
background-color css
<style>
a { background-color: #1B4E25; }
a { background-color: rgb(27,78,37); }
div.DivClassName
{
background-color: #1B4E25;
}
.BgClassName
{
background-color: #1B4E25;
}
</style>
border-color css
<style>
span { border-color: #1B4E25; }
span { border-color: rgb(27,78,37); }
td.TdClassName
{
border-color: #1B4E25;
}
.TagClassName
{
border-color: #1B4E25;
}
</style>