Shades of Crusoe #155322
Tints of Crusoe #155322
RGB
CMYK
RGB Variations
Color information
#155322 (or 0x155322) is known color: Crusoe. HEX triplet: 15, 53 and 22. RGB value is (21,83,34). Sum of RGB (Red+Green+Blue) = 21+83+34=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #155322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155322 is #EAACDD. Grayscale: #3B3B3B. Windows color (decimal): -15379678 or 2249493. OLE color: 2249493.
HSL color Cylindrical-coordinate representation of color #155322: hue angle of 132.58º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155322 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 34 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.67 |
| HSL | 132.58º | 0.6% | 0.2% | - |
| HSV(B) | 132.58º | 0.75% | 0.33% | - |
| XYZ | 3.69 | 6.46 | 2.57 | - |
| YUV | 58.88 | 113.96 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 34 | 0.75 | 0 | 0.59 | 0.67 | 132.58 | 0.6 | 0.2 |
| Hex | 15 | 53 | 22 | 4B | 0 | 3B | 43 | 85 | 3C | 14 |
| Octal | 25 | 123 | 42 | 113 | 0 | 73 | 103 | 205 | 74 | 24 |
| Binary | 10101 | 1010011 | 100010 | 1001011 | 0 | 111011 | 1000011 | 10000101 | 111100 | 10100 |
Color Harmonies of #155322
Complementary color
Monochromatic Colors of #155322
Black with #155322
Text Example
Text Example
White with #155322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155322; }
p { color: rgb(21,83,34); }
H1.HeaderClassName
{
color: #155322;
}
.AnyTagClassName
{
color: #155322;
}
</style>
background-color css
<style>
a { background-color: #155322; }
a { background-color: rgb(21,83,34); }
div.DivClassName
{
background-color: #155322;
}
.BgClassName
{
background-color: #155322;
}
</style>
border-color css
<style>
span { border-color: #155322; }
span { border-color: rgb(21,83,34); }
td.TdClassName
{
border-color: #155322;
}
.TagClassName
{
border-color: #155322;
}
</style>