Shades of Crusoe #1B542B
Tints of Crusoe #1B542B
RGB
CMYK
RGB Variations
Color information
#1B542B (or 0x1B542B) is known color: Crusoe. HEX triplet: 1B, 54 and 2B. RGB value is (27,84,43). Sum of RGB (Red+Green+Blue) = 27+84+43=154 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.53% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #1B542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B542B is #E4ABD4. Grayscale: #3E3E3E. Windows color (decimal): -14986197 or 2839579. OLE color: 2839579.
HSL color Cylindrical-coordinate representation of color #1B542B: hue angle of 136.84º 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 #1B542B is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 84 | 43 | - |
| CMYK | 0.68 | 0 | 0.49 | 0.67 |
| HSL | 136.84º | 0.51% | 0.22% | - |
| HSV(B) | 136.84º | 0.68% | 0.33% | - |
| XYZ | 4.06 | 6.75 | 3.37 | - |
| YUV | 62.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 43 | 0.68 | 0 | 0.49 | 0.67 | 136.84 | 0.51 | 0.22 |
| Hex | 1B | 54 | 2B | 44 | 0 | 31 | 43 | 89 | 33 | 16 |
| Octal | 33 | 124 | 53 | 104 | 0 | 61 | 103 | 211 | 63 | 26 |
| Binary | 11011 | 1010100 | 101011 | 1000100 | 0 | 110001 | 1000011 | 10001001 | 110011 | 10110 |
Color Harmonies of #1B542B
Complementary color
Monochromatic Colors of #1B542B
Black with #1B542B
Text Example
Text Example
White with #1B542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B542B; }
p { color: rgb(27,84,43); }
H1.HeaderClassName
{
color: #1B542B;
}
.AnyTagClassName
{
color: #1B542B;
}
</style>
background-color css
<style>
a { background-color: #1B542B; }
a { background-color: rgb(27,84,43); }
div.DivClassName
{
background-color: #1B542B;
}
.BgClassName
{
background-color: #1B542B;
}
</style>
border-color css
<style>
span { border-color: #1B542B; }
span { border-color: rgb(27,84,43); }
td.TdClassName
{
border-color: #1B542B;
}
.TagClassName
{
border-color: #1B542B;
}
</style>