Shades of Crusoe #155534
Tints of Crusoe #155534
RGB
CMYK
RGB Variations
Color information
#155534 (or 0x155534) is known color: Crusoe. HEX triplet: 15, 55 and 34. RGB value is (21,85,52). Sum of RGB (Red+Green+Blue) = 21+85+52=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #155534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155534 is #EAAACB. Grayscale: #3E3E3E. Windows color (decimal): -15379148 or 3429653. OLE color: 3429653.
HSL color Cylindrical-coordinate representation of color #155534: hue angle of 149.06º 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 #155534 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 52 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.67 |
| HSL | 149.06º | 0.6% | 0.21% | - |
| HSV(B) | 149.06º | 0.75% | 0.33% | - |
| XYZ | 4.18 | 6.9 | 4.36 | - |
| YUV | 62.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 52 | 0.75 | 0 | 0.39 | 0.67 | 149.06 | 0.6 | 0.21 |
| Hex | 15 | 55 | 34 | 4B | 0 | 27 | 43 | 95 | 3C | 15 |
| Octal | 25 | 125 | 64 | 113 | 0 | 47 | 103 | 225 | 74 | 25 |
| Binary | 10101 | 1010101 | 110100 | 1001011 | 0 | 100111 | 1000011 | 10010101 | 111100 | 10101 |
Color Harmonies of #155534
Complementary color
Monochromatic Colors of #155534
Black with #155534
Text Example
Text Example
White with #155534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155534; }
p { color: rgb(21,85,52); }
H1.HeaderClassName
{
color: #155534;
}
.AnyTagClassName
{
color: #155534;
}
</style>
background-color css
<style>
a { background-color: #155534; }
a { background-color: rgb(21,85,52); }
div.DivClassName
{
background-color: #155534;
}
.BgClassName
{
background-color: #155534;
}
</style>
border-color css
<style>
span { border-color: #155534; }
span { border-color: rgb(21,85,52); }
td.TdClassName
{
border-color: #155534;
}
.TagClassName
{
border-color: #155534;
}
</style>