Shades of Crusoe #155027
Tints of Crusoe #155027
RGB
CMYK
RGB Variations
Color information
#155027 (or 0x155027) is known color: Crusoe. HEX triplet: 15, 50 and 27. RGB value is (21,80,39). Sum of RGB (Red+Green+Blue) = 21+80+39=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #155027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155027 is #EAAFD8. Grayscale: #393939. Windows color (decimal): -15380441 or 2576405. OLE color: 2576405.
HSL color Cylindrical-coordinate representation of color #155027: hue angle of 138.31º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155027 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 80 | 39 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.69 |
| HSL | 138.31º | 0.58% | 0.2% | - |
| HSV(B) | 138.31º | 0.74% | 0.31% | - |
| XYZ | 3.54 | 6.04 | 2.9 | - |
| YUV | 57.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 39 | 0.74 | 0 | 0.51 | 0.69 | 138.31 | 0.58 | 0.2 |
| Hex | 15 | 50 | 27 | 4A | 0 | 33 | 45 | 8A | 3A | 14 |
| Octal | 25 | 120 | 47 | 112 | 0 | 63 | 105 | 212 | 72 | 24 |
| Binary | 10101 | 1010000 | 100111 | 1001010 | 0 | 110011 | 1000101 | 10001010 | 111010 | 10100 |
Color Harmonies of #155027
Complementary color
Monochromatic Colors of #155027
Black with #155027
Text Example
Text Example
White with #155027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155027; }
p { color: rgb(21,80,39); }
H1.HeaderClassName
{
color: #155027;
}
.AnyTagClassName
{
color: #155027;
}
</style>
background-color css
<style>
a { background-color: #155027; }
a { background-color: rgb(21,80,39); }
div.DivClassName
{
background-color: #155027;
}
.BgClassName
{
background-color: #155027;
}
</style>
border-color css
<style>
span { border-color: #155027; }
span { border-color: rgb(21,80,39); }
td.TdClassName
{
border-color: #155027;
}
.TagClassName
{
border-color: #155027;
}
</style>