Shades of Crusoe #1B562C
Tints of Crusoe #1B562C
RGB
CMYK
RGB Variations
Color information
#1B562C (or 0x1B562C) is known color: Crusoe. HEX triplet: 1B, 56 and 2C. RGB value is (27,86,44). Sum of RGB (Red+Green+Blue) = 27+86+44=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #1B562C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B562C is #E4A9D3. Grayscale: #3F3F3F. Windows color (decimal): -14985684 or 2905627. OLE color: 2905627.
HSL color Cylindrical-coordinate representation of color #1B562C: hue angle of 137.29º 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 #1B562C is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 86 | 44 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.66 |
| HSL | 137.29º | 0.52% | 0.22% | - |
| HSV(B) | 137.29º | 0.69% | 0.34% | - |
| XYZ | 4.23 | 7.07 | 3.52 | - |
| YUV | 63.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 86 | 44 | 0.69 | 0 | 0.49 | 0.66 | 137.29 | 0.52 | 0.22 |
| Hex | 1B | 56 | 2C | 45 | 0 | 31 | 42 | 89 | 34 | 16 |
| Octal | 33 | 126 | 54 | 105 | 0 | 61 | 102 | 211 | 64 | 26 |
| Binary | 11011 | 1010110 | 101100 | 1000101 | 0 | 110001 | 1000010 | 10001001 | 110100 | 10110 |
Color Harmonies of #1B562C
Complementary color
Monochromatic Colors of #1B562C
Black with #1B562C
Text Example
Text Example
White with #1B562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B562C; }
p { color: rgb(27,86,44); }
H1.HeaderClassName
{
color: #1B562C;
}
.AnyTagClassName
{
color: #1B562C;
}
</style>
background-color css
<style>
a { background-color: #1B562C; }
a { background-color: rgb(27,86,44); }
div.DivClassName
{
background-color: #1B562C;
}
.BgClassName
{
background-color: #1B562C;
}
</style>
border-color css
<style>
span { border-color: #1B562C; }
span { border-color: rgb(27,86,44); }
td.TdClassName
{
border-color: #1B562C;
}
.TagClassName
{
border-color: #1B562C;
}
</style>