Shades of Crusoe #155434
Tints of Crusoe #155434
RGB
CMYK
RGB Variations
Color information
#155434 (or 0x155434) is known color: Crusoe. HEX triplet: 15, 54 and 34. RGB value is (21,84,52). Sum of RGB (Red+Green+Blue) = 21+84+52=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #155434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155434 is #EAABCB. Grayscale: #3D3D3D. Windows color (decimal): -15379404 or 3429397. OLE color: 3429397.
HSL color Cylindrical-coordinate representation of color #155434: hue angle of 149.52º 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 #155434 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 84 | 52 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.67 |
| HSL | 149.52º | 0.6% | 0.21% | - |
| HSV(B) | 149.52º | 0.75% | 0.33% | - |
| XYZ | 4.1 | 6.75 | 4.34 | - |
| YUV | 61.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 52 | 0.75 | 0 | 0.38 | 0.67 | 149.52 | 0.6 | 0.21 |
| Hex | 15 | 54 | 34 | 4B | 0 | 26 | 43 | 96 | 3C | 15 |
| Octal | 25 | 124 | 64 | 113 | 0 | 46 | 103 | 226 | 74 | 25 |
| Binary | 10101 | 1010100 | 110100 | 1001011 | 0 | 100110 | 1000011 | 10010110 | 111100 | 10101 |
Color Harmonies of #155434
Complementary color
Monochromatic Colors of #155434
Black with #155434
Text Example
Text Example
White with #155434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155434; }
p { color: rgb(21,84,52); }
H1.HeaderClassName
{
color: #155434;
}
.AnyTagClassName
{
color: #155434;
}
</style>
background-color css
<style>
a { background-color: #155434; }
a { background-color: rgb(21,84,52); }
div.DivClassName
{
background-color: #155434;
}
.BgClassName
{
background-color: #155434;
}
</style>
border-color css
<style>
span { border-color: #155434; }
span { border-color: rgb(21,84,52); }
td.TdClassName
{
border-color: #155434;
}
.TagClassName
{
border-color: #155434;
}
</style>