Shades of Crusoe #1B6027
Tints of Crusoe #1B6027
RGB
CMYK
RGB Variations
Color information
#1B6027 (or 0x1B6027) is known color: Crusoe. HEX triplet: 1B, 60 and 27. RGB value is (27,96,39). Sum of RGB (Red+Green+Blue) = 27+96+39=162 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.67% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #1B6027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6027 is #E49FD8. Grayscale: #454545. Windows color (decimal): -14983129 or 2580507. OLE color: 2580507.
HSL color Cylindrical-coordinate representation of color #1B6027: hue angle of 130.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B6027 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 96 | 39 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.62 |
| HSL | 130.43º | 0.56% | 0.24% | - |
| HSV(B) | 130.43º | 0.72% | 0.38% | - |
| XYZ | 5 | 8.75 | 3.34 | - |
| YUV | 68.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 96 | 39 | 0.72 | 0 | 0.59 | 0.62 | 130.43 | 0.56 | 0.24 |
| Hex | 1B | 60 | 27 | 48 | 0 | 3B | 3E | 82 | 38 | 18 |
| Octal | 33 | 140 | 47 | 110 | 0 | 73 | 76 | 202 | 70 | 30 |
| Binary | 11011 | 1100000 | 100111 | 1001000 | 0 | 111011 | 111110 | 10000010 | 111000 | 11000 |
Color Harmonies of #1B6027
Complementary color
Monochromatic Colors of #1B6027
Black with #1B6027
Text Example
Text Example
White with #1B6027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6027; }
p { color: rgb(27,96,39); }
H1.HeaderClassName
{
color: #1B6027;
}
.AnyTagClassName
{
color: #1B6027;
}
</style>
background-color css
<style>
a { background-color: #1B6027; }
a { background-color: rgb(27,96,39); }
div.DivClassName
{
background-color: #1B6027;
}
.BgClassName
{
background-color: #1B6027;
}
</style>
border-color css
<style>
span { border-color: #1B6027; }
span { border-color: rgb(27,96,39); }
td.TdClassName
{
border-color: #1B6027;
}
.TagClassName
{
border-color: #1B6027;
}
</style>