Shades of Crusoe #155426
Tints of Crusoe #155426
RGB
CMYK
RGB Variations
Color information
#155426 (or 0x155426) is known color: Crusoe. HEX triplet: 15, 54 and 26. RGB value is (21,84,38). Sum of RGB (Red+Green+Blue) = 21+84+38=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 84 (33.20% from 255 or 58.74% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 84 - color contains mainly: green. Hex color #155426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155426 is #EAABD9. Grayscale: #3C3C3C. Windows color (decimal): -15379418 or 2511893. OLE color: 2511893.
HSL color Cylindrical-coordinate representation of color #155426: hue angle of 136.19º 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 #155426 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 84 | 38 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.67 |
| HSL | 136.19º | 0.6% | 0.21% | - |
| HSV(B) | 136.19º | 0.75% | 0.33% | - |
| XYZ | 3.83 | 6.64 | 2.91 | - |
| YUV | 59.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 38 | 0.75 | 0 | 0.55 | 0.67 | 136.19 | 0.6 | 0.21 |
| Hex | 15 | 54 | 26 | 4B | 0 | 37 | 43 | 88 | 3C | 15 |
| Octal | 25 | 124 | 46 | 113 | 0 | 67 | 103 | 210 | 74 | 25 |
| Binary | 10101 | 1010100 | 100110 | 1001011 | 0 | 110111 | 1000011 | 10001000 | 111100 | 10101 |
Color Harmonies of #155426
Complementary color
Monochromatic Colors of #155426
Black with #155426
Text Example
Text Example
White with #155426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155426; }
p { color: rgb(21,84,38); }
H1.HeaderClassName
{
color: #155426;
}
.AnyTagClassName
{
color: #155426;
}
</style>
background-color css
<style>
a { background-color: #155426; }
a { background-color: rgb(21,84,38); }
div.DivClassName
{
background-color: #155426;
}
.BgClassName
{
background-color: #155426;
}
</style>
border-color css
<style>
span { border-color: #155426; }
span { border-color: rgb(21,84,38); }
td.TdClassName
{
border-color: #155426;
}
.TagClassName
{
border-color: #155426;
}
</style>