Shades of Crusoe #1B562D
Tints of Crusoe #1B562D
RGB
CMYK
RGB Variations
Color information
#1B562D (or 0x1B562D) is known color: Crusoe. HEX triplet: 1B, 56 and 2D. RGB value is (27,86,45). Sum of RGB (Red+Green+Blue) = 27+86+45=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #1B562D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B562D is #E4A9D2. Grayscale: #3F3F3F. Windows color (decimal): -14985683 or 2971163. OLE color: 2971163.
HSL color Cylindrical-coordinate representation of color #1B562D: hue angle of 138.31º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B562D is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 86 | 45 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.66 |
| HSL | 138.31º | 0.52% | 0.22% | - |
| HSV(B) | 138.31º | 0.69% | 0.34% | - |
| XYZ | 4.25 | 7.08 | 3.62 | - |
| YUV | 63.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 86 | 45 | 0.69 | 0 | 0.48 | 0.66 | 138.31 | 0.52 | 0.22 |
| Hex | 1B | 56 | 2D | 45 | 0 | 30 | 42 | 8A | 34 | 16 |
| Octal | 33 | 126 | 55 | 105 | 0 | 60 | 102 | 212 | 64 | 26 |
| Binary | 11011 | 1010110 | 101101 | 1000101 | 0 | 110000 | 1000010 | 10001010 | 110100 | 10110 |
Color Harmonies of #1B562D
Complementary color
Monochromatic Colors of #1B562D
Black with #1B562D
Text Example
Text Example
White with #1B562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B562D; }
p { color: rgb(27,86,45); }
H1.HeaderClassName
{
color: #1B562D;
}
.AnyTagClassName
{
color: #1B562D;
}
</style>
background-color css
<style>
a { background-color: #1B562D; }
a { background-color: rgb(27,86,45); }
div.DivClassName
{
background-color: #1B562D;
}
.BgClassName
{
background-color: #1B562D;
}
</style>
border-color css
<style>
span { border-color: #1B562D; }
span { border-color: rgb(27,86,45); }
td.TdClassName
{
border-color: #1B562D;
}
.TagClassName
{
border-color: #1B562D;
}
</style>