Shades of Crusoe #1B542D
Tints of Crusoe #1B542D
RGB
CMYK
RGB Variations
Color information
#1B542D (or 0x1B542D) is known color: Crusoe. HEX triplet: 1B, 54 and 2D. RGB value is (27,84,45). Sum of RGB (Red+Green+Blue) = 27+84+45=156 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.31% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #1B542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B542D is #E4ABD2. Grayscale: #3E3E3E. Windows color (decimal): -14986195 or 2970651. OLE color: 2970651.
HSL color Cylindrical-coordinate representation of color #1B542D: hue angle of 138.95º 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 #1B542D is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 84 | 45 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.67 |
| HSL | 138.95º | 0.51% | 0.22% | - |
| HSV(B) | 138.95º | 0.68% | 0.33% | - |
| XYZ | 4.1 | 6.76 | 3.57 | - |
| YUV | 62.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 45 | 0.68 | 0 | 0.46 | 0.67 | 138.95 | 0.51 | 0.22 |
| Hex | 1B | 54 | 2D | 44 | 0 | 2E | 43 | 8B | 33 | 16 |
| Octal | 33 | 124 | 55 | 104 | 0 | 56 | 103 | 213 | 63 | 26 |
| Binary | 11011 | 1010100 | 101101 | 1000100 | 0 | 101110 | 1000011 | 10001011 | 110011 | 10110 |
Color Harmonies of #1B542D
Complementary color
Monochromatic Colors of #1B542D
Black with #1B542D
Text Example
Text Example
White with #1B542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B542D; }
p { color: rgb(27,84,45); }
H1.HeaderClassName
{
color: #1B542D;
}
.AnyTagClassName
{
color: #1B542D;
}
</style>
background-color css
<style>
a { background-color: #1B542D; }
a { background-color: rgb(27,84,45); }
div.DivClassName
{
background-color: #1B542D;
}
.BgClassName
{
background-color: #1B542D;
}
</style>
border-color css
<style>
span { border-color: #1B542D; }
span { border-color: rgb(27,84,45); }
td.TdClassName
{
border-color: #1B542D;
}
.TagClassName
{
border-color: #1B542D;
}
</style>