Shades of Crusoe #1B542E
Tints of Crusoe #1B542E
RGB
CMYK
RGB Variations
Color information
#1B542E (or 0x1B542E) is known color: Crusoe. HEX triplet: 1B, 54 and 2E. RGB value is (27,84,46). Sum of RGB (Red+Green+Blue) = 27+84+46=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #1B542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B542E is #E4ABD1. Grayscale: #3E3E3E. Windows color (decimal): -14986194 or 3036187. OLE color: 3036187.
HSL color Cylindrical-coordinate representation of color #1B542E: hue angle of 140º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B542E is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 84 | 46 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.67 |
| HSL | 140º | 0.51% | 0.22% | - |
| HSV(B) | 140º | 0.68% | 0.33% | - |
| XYZ | 4.12 | 6.77 | 3.67 | - |
| YUV | 62.63 | 118.62 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 46 | 0.68 | 0 | 0.45 | 0.67 | 140 | 0.51 | 0.22 |
| Hex | 1B | 54 | 2E | 44 | 0 | 2D | 43 | 8C | 33 | 16 |
| Octal | 33 | 124 | 56 | 104 | 0 | 55 | 103 | 214 | 63 | 26 |
| Binary | 11011 | 1010100 | 101110 | 1000100 | 0 | 101101 | 1000011 | 10001100 | 110011 | 10110 |
Color Harmonies of #1B542E
Complementary color
Monochromatic Colors of #1B542E
Black with #1B542E
Text Example
Text Example
White with #1B542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B542E; }
p { color: rgb(27,84,46); }
H1.HeaderClassName
{
color: #1B542E;
}
.AnyTagClassName
{
color: #1B542E;
}
</style>
background-color css
<style>
a { background-color: #1B542E; }
a { background-color: rgb(27,84,46); }
div.DivClassName
{
background-color: #1B542E;
}
.BgClassName
{
background-color: #1B542E;
}
</style>
border-color css
<style>
span { border-color: #1B542E; }
span { border-color: rgb(27,84,46); }
td.TdClassName
{
border-color: #1B542E;
}
.TagClassName
{
border-color: #1B542E;
}
</style>