Shades of Crusoe #155428
Tints of Crusoe #155428
RGB
CMYK
RGB Variations
Color information
#155428 (or 0x155428) is known color: Crusoe. HEX triplet: 15, 54 and 28. RGB value is (21,84,40). Sum of RGB (Red+Green+Blue) = 21+84+40=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #155428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155428 is #EAABD7. Grayscale: #3C3C3C. Windows color (decimal): -15379416 or 2642965. OLE color: 2642965.
HSL color Cylindrical-coordinate representation of color #155428: hue angle of 138.1º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155428 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 84 | 40 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.67 |
| HSL | 138.1º | 0.6% | 0.21% | - |
| HSV(B) | 138.1º | 0.75% | 0.33% | - |
| XYZ | 3.86 | 6.65 | 3.09 | - |
| YUV | 60.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 40 | 0.75 | 0 | 0.52 | 0.67 | 138.1 | 0.6 | 0.21 |
| Hex | 15 | 54 | 28 | 4B | 0 | 34 | 43 | 8A | 3C | 15 |
| Octal | 25 | 124 | 50 | 113 | 0 | 64 | 103 | 212 | 74 | 25 |
| Binary | 10101 | 1010100 | 101000 | 1001011 | 0 | 110100 | 1000011 | 10001010 | 111100 | 10101 |
Color Harmonies of #155428
Complementary color
Monochromatic Colors of #155428
Black with #155428
Text Example
Text Example
White with #155428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155428; }
p { color: rgb(21,84,40); }
H1.HeaderClassName
{
color: #155428;
}
.AnyTagClassName
{
color: #155428;
}
</style>
background-color css
<style>
a { background-color: #155428; }
a { background-color: rgb(21,84,40); }
div.DivClassName
{
background-color: #155428;
}
.BgClassName
{
background-color: #155428;
}
</style>
border-color css
<style>
span { border-color: #155428; }
span { border-color: rgb(21,84,40); }
td.TdClassName
{
border-color: #155428;
}
.TagClassName
{
border-color: #155428;
}
</style>