Shades of Crusoe #1B552B
Tints of Crusoe #1B552B
RGB
CMYK
RGB Variations
Color information
#1B552B (or 0x1B552B) is known color: Crusoe. HEX triplet: 1B, 55 and 2B. RGB value is (27,85,43). Sum of RGB (Red+Green+Blue) = 27+85+43=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #1B552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B552B is #E4AAD4. Grayscale: #3E3E3E. Windows color (decimal): -14985941 or 2839835. OLE color: 2839835.
HSL color Cylindrical-coordinate representation of color #1B552B: hue angle of 136.55º degrees, saturation: 0.52, 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 #1B552B is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 85 | 43 | - |
| CMYK | 0.68 | 0 | 0.49 | 0.67 |
| HSL | 136.55º | 0.52% | 0.22% | - |
| HSV(B) | 136.55º | 0.68% | 0.33% | - |
| XYZ | 4.14 | 6.9 | 3.4 | - |
| YUV | 62.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 85 | 43 | 0.68 | 0 | 0.49 | 0.67 | 136.55 | 0.52 | 0.22 |
| Hex | 1B | 55 | 2B | 44 | 0 | 31 | 43 | 89 | 34 | 16 |
| Octal | 33 | 125 | 53 | 104 | 0 | 61 | 103 | 211 | 64 | 26 |
| Binary | 11011 | 1010101 | 101011 | 1000100 | 0 | 110001 | 1000011 | 10001001 | 110100 | 10110 |
Color Harmonies of #1B552B
Complementary color
Monochromatic Colors of #1B552B
Black with #1B552B
Text Example
Text Example
White with #1B552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B552B; }
p { color: rgb(27,85,43); }
H1.HeaderClassName
{
color: #1B552B;
}
.AnyTagClassName
{
color: #1B552B;
}
</style>
background-color css
<style>
a { background-color: #1B552B; }
a { background-color: rgb(27,85,43); }
div.DivClassName
{
background-color: #1B552B;
}
.BgClassName
{
background-color: #1B552B;
}
</style>
border-color css
<style>
span { border-color: #1B552B; }
span { border-color: rgb(27,85,43); }
td.TdClassName
{
border-color: #1B552B;
}
.TagClassName
{
border-color: #1B552B;
}
</style>