Shades of Crusoe #155D33
Tints of Crusoe #155D33
RGB
CMYK
RGB Variations
Color information
#155D33 (or 0x155D33) is known color: Crusoe. HEX triplet: 15, 5D and 33. RGB value is (21,93,51). Sum of RGB (Red+Green+Blue) = 21+93+51=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 93 (36.72% from 255 or 56.36% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 93 - color contains mainly: green. Hex color #155D33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155D33 is #EAA2CC. Grayscale: #424242. Windows color (decimal): -15377101 or 3366165. OLE color: 3366165.
HSL color Cylindrical-coordinate representation of color #155D33: hue angle of 145º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155D33 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 93 | 51 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.64 |
| HSL | 145º | 0.63% | 0.22% | - |
| HSV(B) | 145º | 0.77% | 0.36% | - |
| XYZ | 4.82 | 8.23 | 4.47 | - |
| YUV | 66.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 51 | 0.77 | 0 | 0.45 | 0.64 | 145 | 0.63 | 0.22 |
| Hex | 15 | 5D | 33 | 4D | 0 | 2D | 40 | 91 | 3F | 16 |
| Octal | 25 | 135 | 63 | 115 | 0 | 55 | 100 | 221 | 77 | 26 |
| Binary | 10101 | 1011101 | 110011 | 1001101 | 0 | 101101 | 1000000 | 10010001 | 111111 | 10110 |
Color Harmonies of #155D33
Complementary color
Monochromatic Colors of #155D33
Black with #155D33
Text Example
Text Example
White with #155D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D33; }
p { color: rgb(21,93,51); }
H1.HeaderClassName
{
color: #155D33;
}
.AnyTagClassName
{
color: #155D33;
}
</style>
background-color css
<style>
a { background-color: #155D33; }
a { background-color: rgb(21,93,51); }
div.DivClassName
{
background-color: #155D33;
}
.BgClassName
{
background-color: #155D33;
}
</style>
border-color css
<style>
span { border-color: #155D33; }
span { border-color: rgb(21,93,51); }
td.TdClassName
{
border-color: #155D33;
}
.TagClassName
{
border-color: #155D33;
}
</style>