Shades of Crusoe #1B562A
Tints of Crusoe #1B562A
RGB
CMYK
RGB Variations
Color information
#1B562A (or 0x1B562A) is known color: Crusoe. HEX triplet: 1B, 56 and 2A. RGB value is (27,86,42). Sum of RGB (Red+Green+Blue) = 27+86+42=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 86 (33.98% from 255 or 55.48% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 86 - color contains mainly: green. Hex color #1B562A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B562A is #E4A9D5. Grayscale: #3F3F3F. Windows color (decimal): -14985686 or 2774555. OLE color: 2774555.
HSL color Cylindrical-coordinate representation of color #1B562A: hue angle of 135.25º 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 #1B562A is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 86 | 42 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.66 |
| HSL | 135.25º | 0.52% | 0.22% | - |
| HSV(B) | 135.25º | 0.69% | 0.34% | - |
| XYZ | 4.2 | 7.06 | 3.33 | - |
| YUV | 63.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 86 | 42 | 0.69 | 0 | 0.51 | 0.66 | 135.25 | 0.52 | 0.22 |
| Hex | 1B | 56 | 2A | 45 | 0 | 33 | 42 | 87 | 34 | 16 |
| Octal | 33 | 126 | 52 | 105 | 0 | 63 | 102 | 207 | 64 | 26 |
| Binary | 11011 | 1010110 | 101010 | 1000101 | 0 | 110011 | 1000010 | 10000111 | 110100 | 10110 |
Color Harmonies of #1B562A
Complementary color
Monochromatic Colors of #1B562A
Black with #1B562A
Text Example
Text Example
White with #1B562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B562A; }
p { color: rgb(27,86,42); }
H1.HeaderClassName
{
color: #1B562A;
}
.AnyTagClassName
{
color: #1B562A;
}
</style>
background-color css
<style>
a { background-color: #1B562A; }
a { background-color: rgb(27,86,42); }
div.DivClassName
{
background-color: #1B562A;
}
.BgClassName
{
background-color: #1B562A;
}
</style>
border-color css
<style>
span { border-color: #1B562A; }
span { border-color: rgb(27,86,42); }
td.TdClassName
{
border-color: #1B562A;
}
.TagClassName
{
border-color: #1B562A;
}
</style>